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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svgio/inc/svgio/svgreader/svgsvgnode.hxx b/svgio/inc/svgio/svgreader/svgsvgnode.hxx
index 834b2414a23b..07694ab7023c 100644
--- a/svgio/inc/svgio/svgreader/svgsvgnode.hxx
+++ b/svgio/inc/svgio/svgreader/svgsvgnode.hxx
@@ -49,9 +49,9 @@ namespace svgio
SvgNode* pParent);
virtual ~SvgSvgNode();
- virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
- virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent);
- virtual void decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bReferenced) const;
+ virtual const SvgStyleAttributes* getSvgStyleAttributes() const SAL_OVERRIDE;
+ virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) SAL_OVERRIDE;
+ virtual void decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bReferenced) const SAL_OVERRIDE;
/// 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
@@ -62,7 +62,7 @@ namespace svgio
// The returned 'CurrentViewPort' is the viewport as it is set by this svg element
// and as it is needed to resolve relative values in children
// The method does not check for invalid width and height
- virtual const basegfx::B2DRange getCurrentViewPort() const;
+ virtual const basegfx::B2DRange getCurrentViewPort() const SAL_OVERRIDE;
/// viewBox content
const basegfx::B2DRange* getViewBox() const { return mpViewBox; }