summaryrefslogtreecommitdiff
path: root/svgio/inc/svgio/svgreader/svgpathnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgio/svgreader/svgpathnode.hxx')
-rw-r--r--svgio/inc/svgio/svgreader/svgpathnode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgio/inc/svgio/svgreader/svgpathnode.hxx b/svgio/inc/svgio/svgreader/svgpathnode.hxx
index 2d13c2d05ea5..2a2c4bd115ee 100644
--- a/svgio/inc/svgio/svgreader/svgpathnode.hxx
+++ b/svgio/inc/svgio/svgreader/svgpathnode.hxx
@@ -48,9 +48,9 @@ namespace svgio
SvgNode* pParent);
virtual ~SvgPathNode();
- 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;
/// path content, set if found in current context
const basegfx::B2DPolyPolygon* getPath() const { return mpPolyPolygon; }