diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 23:18:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 23:18:37 +0200 |
commit | 90ebe26e5d7c23579987bdb4115167beb6f6a66f (patch) | |
tree | 6a8089df2b4ed9358f6be79da27a015a38cab725 /svgio | |
parent | 345e148b8b19c36a57e821b3e95ebe94afacd339 (diff) |
loplugin:saloverride
Change-Id: Ifbcd602203708519f7b4416cf31d94d45b552556
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgstylenode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgio/svgreader/svgstylenode.hxx b/svgio/inc/svgio/svgreader/svgstylenode.hxx index e113ea98a143..d2f9e60f61b1 100644 --- a/svgio/inc/svgio/svgreader/svgstylenode.hxx +++ b/svgio/inc/svgio/svgreader/svgstylenode.hxx @@ -45,7 +45,7 @@ namespace svgio /// #i125258# tell if this node is allowed to have a parent style (e.g. defs do not) virtual bool supportsParentStyle() const SAL_OVERRIDE; - virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent); + virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) SAL_OVERRIDE; /// CssStyleSheet add helpers void addCssStyleSheet(const OUString& aSelectors, const SvgStyleAttributes& rNewStyle); |