[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Mon May 18 01:02:20 PDT 2015


 include/svx/fntctrl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 79533f3fc7208d2b2c57e599c79627e3a72995cc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 18 10:01:51 2015 +0200

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

diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index d923c23..6e3d15a 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -39,7 +39,7 @@ private:
     bool mbResetBackground : 1;
 
     SVX_DLLPRIVATE void ResetSettings(bool bForeground, bool bBackground);
-    SVX_DLLPRIVATE void ApplySettings(vcl::RenderContext& rRenderContext);
+    SVX_DLLPRIVATE void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
     SVX_DLLPRIVATE void Init ();
     SVX_DLLPRIVATE void SetFontSize(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);
     SVX_DLLPRIVATE void SetFontLang(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);


More information about the Libreoffice-commits mailing list