[TD]fix wrong xml namespace in some templates

This commit is contained in:
wandererfan
2024-06-18 20:26:40 -04:00
committed by WandererFan
parent 8675aa87b4
commit 1b669ee7b5
24 changed files with 400 additions and 400 deletions

View File

@@ -130,7 +130,7 @@ void DrawSVGTemplate::slotDeletedObject(const App::DocumentObject& obj)
//While parsing, note the Orientation, Width and Height values in the Svg code.
QString DrawSVGTemplate::processTemplate()
{
// Base::Console().Message("DSVGT::processTemplate() - isRestoring: %d\n", isRestoring());
Base::Console().Message("DSVGT::processTemplate() - isRestoring: %d\n", isRestoring());
if (isRestoring()) {
//until everything is fully restored, the embedded file is not available, so we
//can't do anything
@@ -257,7 +257,7 @@ void DrawSVGTemplate::replaceFileIncluded(std::string newTemplateFileName)
std::map<std::string, std::string> DrawSVGTemplate::getEditableTextsFromTemplate()
{
// Base::Console().Message("DSVGT::getEditableTextsFromTemplate()\n");
Base::Console().Message("DSVGT::getEditableTextsFromTemplate()\n");
std::map<std::string, std::string> editables;
// if we pass the filename we can reuse getTemplateDocument here