summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-18 10:17:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-18 10:17:36 +0200
commit950f825f652047c3e8ed67317ca3c597e03b63d0 (patch)
treecd6212f8a5df4ce35bd7c697d3e9ecd217d28fa6
parent7079e88d6aaf14e3f2b4260ade6996c7bef62e2f (diff)
-Werror,-Winconsistent-missing-override
Change-Id: I1dff459a5f08e4fd8462e2dababab3baaa0fe84e
-rw-r--r--include/svtools/calendar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index 9aa1cdba9edb..4bc14ad3b89e 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -229,7 +229,7 @@ private:
SVT_DLLPRIVATE void ImplInit( WinBits nWinStyle );
SVT_DLLPRIVATE void ImplInitSettings();
- virtual void ApplySettings(vcl::RenderContext& rRenderContext);
+ virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE;
SVT_DLLPRIVATE void ImplGetWeekFont( vcl::Font& rFont ) const;
SVT_DLLPRIVATE void ImplFormat();