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

Stephan Bergmann sbergman at redhat.com
Mon May 18 02:09:03 PDT 2015


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

New commits:
commit b0e87f2181e2e1ae213c99ec4404e0fb5a23a046
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 18 11:08:31 2015 +0200

    -Werror,-Winconsistent-missing-override
    
    Change-Id: Iabf4dda9f21d3b6cbcf74c0d51235c85d8f6e91a

diff --git a/sw/source/uibase/inc/optload.hxx b/sw/source/uibase/inc/optload.hxx
index 9cfd9c6..6a0f898 100644
--- a/sw/source/uibase/inc/optload.hxx
+++ b/sw/source/uibase/inc/optload.hxx
@@ -101,7 +101,7 @@ private:
 public:
     SwCaptionPreview(vcl::Window* pParent, WinBits nStyle);
     void Init();
-    virtual void ApplySettings(vcl::RenderContext& rRenderContext);
+    virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
     void SetPreviewText( const OUString& rText );
     virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE;
     virtual Size GetOptimalSize() const SAL_OVERRIDE;


More information about the Libreoffice-commits mailing list