TechDraw: SVG export refactoring - All XML modifications via DOM

This commit is contained in:
Tomas Pavlicek
2019-06-07 21:09:14 +02:00
committed by WandererFan
parent a1ac85bf3f
commit f4ca09f985
10 changed files with 620 additions and 171 deletions

View File

@@ -126,11 +126,6 @@ App::DocumentObjectExecReturn *DrawTemplate::execute(void)
return App::DocumentObject::execute();
}
void DrawTemplate::getBlockDimensions(double & /*x*/, double & /*y*/, double & /*width*/, double & /*height*/) const
{
throw Base::NotImplementedError("implement in virtual function");
}
DrawPage* DrawTemplate::getParentPage() const
{
TechDraw::DrawPage* page = nullptr;