TechDraw: SVG export refactoring - All XML modifications via DOM
This commit is contained in:
committed by
WandererFan
parent
a1ac85bf3f
commit
f4ca09f985
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user