summaryrefslogtreecommitdiff
path: root/svgio/inc/svgio/svgreader/svggradientstopnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgio/svgreader/svggradientstopnode.hxx')
-rw-r--r--svgio/inc/svgio/svgreader/svggradientstopnode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/inc/svgio/svgreader/svggradientstopnode.hxx b/svgio/inc/svgio/svgreader/svggradientstopnode.hxx
index 729026682ad3..d5156ecce0e1 100644
--- a/svgio/inc/svgio/svgreader/svggradientstopnode.hxx
+++ b/svgio/inc/svgio/svgreader/svggradientstopnode.hxx
@@ -44,8 +44,8 @@ namespace svgio
SvgNode* pParent);
virtual ~SvgGradientStopNode();
- virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
- virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent);
+ virtual const SvgStyleAttributes* getSvgStyleAttributes() const SAL_OVERRIDE;
+ virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) SAL_OVERRIDE;
/// offset content
const SvgNumber getOffset() const { return maOffset; }