summaryrefslogtreecommitdiff
path: root/svgio/inc/svgio/svgreader/svgsvgnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgio/svgreader/svgsvgnode.hxx')
-rw-r--r--svgio/inc/svgio/svgreader/svgsvgnode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/inc/svgio/svgreader/svgsvgnode.hxx b/svgio/inc/svgio/svgreader/svgsvgnode.hxx
index d4fb304f653d..4a36bf864081 100644
--- a/svgio/inc/svgio/svgreader/svgsvgnode.hxx
+++ b/svgio/inc/svgio/svgreader/svgsvgnode.hxx
@@ -60,8 +60,8 @@ namespace svgio
/// Seeks width and height of viewport, which is current before the new viewport is set.
// needed for percentage unit in x, y, width or height
- virtual void seekReferenceWidth(double& fWidth, bool& bHasFound) const;
- virtual void seekReferenceHeight(double& fHeight, bool& bHasFound) const;
+ void seekReferenceWidth(double& fWidth, bool& bHasFound) const;
+ void seekReferenceHeight(double& fHeight, bool& bHasFound) const;
/// InfoProvider support for % values in children
// The returned 'CurrentViewPort' is the viewport as it is set by this svg element