summaryrefslogtreecommitdiff
path: root/svgio/inc/svgio/svgreader/svglinenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgio/svgreader/svglinenode.hxx')
-rw-r--r--svgio/inc/svgio/svgreader/svglinenode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgio/inc/svgio/svgreader/svglinenode.hxx b/svgio/inc/svgio/svgreader/svglinenode.hxx
index daf45e0e0b30..12036f95bcae 100644
--- a/svgio/inc/svgio/svgreader/svglinenode.hxx
+++ b/svgio/inc/svgio/svgreader/svglinenode.hxx
@@ -48,9 +48,9 @@ namespace svgio
SvgNode* pParent);
virtual ~SvgLineNode();
- 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;
/// X1 content, set if found in current context
const SvgNumber& getX1() const { return maX1; }