diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 11:08:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 11:08:31 +0200 |
commit | b0e87f2181e2e1ae213c99ec4404e0fb5a23a046 (patch) | |
tree | 84f2e5cc1383d47bdc00fead90944518fdf554fb /sw | |
parent | f457f9b985a8b5d4fcaae0e524d35c6bcc30a0c5 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: Iabf4dda9f21d3b6cbcf74c0d51235c85d8f6e91a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/optload.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/optload.hxx b/sw/source/uibase/inc/optload.hxx index 9cfd9c6c03bc..6a0f8987b07f 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; |