summaryrefslogtreecommitdiff
path: root/svgio/inc/svgio/svgreader/svgmasknode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgio/svgreader/svgmasknode.hxx')
-rw-r--r--svgio/inc/svgio/svgreader/svgmasknode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgio/inc/svgio/svgreader/svgmasknode.hxx b/svgio/inc/svgio/svgreader/svgmasknode.hxx
index 578d5fccff3b..c885fec3694f 100644
--- a/svgio/inc/svgio/svgreader/svgmasknode.hxx
+++ b/svgio/inc/svgio/svgreader/svgmasknode.hxx
@@ -50,9 +50,9 @@ namespace svgio
SvgNode* pParent);
virtual ~SvgMaskNode();
- 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;
/// apply contained clipPath to given geometry
void apply(drawinglayer::primitive2d::Primitive2DSequence& rTarget) const;