[Libreoffice-commits] core.git: svgio/inc

Stephan Bergmann sbergman at redhat.com
Thu Aug 7 14:19:02 PDT 2014


 svgio/inc/svgio/svgreader/svgstylenode.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90ebe26e5d7c23579987bdb4115167beb6f6a66f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 7 23:18:37 2014 +0200

    loplugin:saloverride
    
    Change-Id: Ifbcd602203708519f7b4416cf31d94d45b552556

diff --git a/svgio/inc/svgio/svgreader/svgstylenode.hxx b/svgio/inc/svgio/svgreader/svgstylenode.hxx
index e113ea9..d2f9e60 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);


More information about the Libreoffice-commits mailing list