summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-18 10:01:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-18 10:01:51 +0200
commit79533f3fc7208d2b2c57e599c79627e3a72995cc (patch)
tree2c6527817124b20ef168ea42ad4230b0a9bd0162
parentb148c05e3f39c8ea63d6c1e75cd43c92b930cfbe (diff)
-Werror,-Winconsistent-missing-override
Change-Id: Id98b9836e7c7fe371d266cf14f973c63394f5307
-rw-r--r--include/svx/fntctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index d923c23c12a2..6e3d15ac4bd9 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);