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

Stephan Bergmann sbergman at redhat.com
Tue Jul 1 05:27:26 PDT 2014


 sw/inc/ndtxt.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e405fb8d2e90bbde716662231d559cf6aec258c0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jul 1 14:26:55 2014 +0200

    loplugin:saloverride
    
    Change-Id: I6679d397754f1777441b35910059bda9a917ae2d

diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 113ff62..f50e2cc 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -802,7 +802,7 @@ public:
     DECL_FIXEDMEMPOOL_NEWDEL(SwTxtNode)
 
     //UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
-    virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const;
+    virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const SAL_OVERRIDE;
 };
 
 inline SwpHints & SwTxtNode::GetSwpHints()


More information about the Libreoffice-commits mailing list