diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 11:30:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 11:30:02 +0200 |
commit | 968e6b5e66da73d6cd1f07d46db015d1f339c509 (patch) | |
tree | 9b25a2d9b376214fd32f1138d87ab4d0bb1f4b2e /sw/source/uibase/inc/optpage.hxx | |
parent | 77b3bd22b208c1764923eaaed267c3dee7447ecb (diff) |
loplugin:staticmethods
Change-Id: I8ab9bc20ae293fc066239b81e80f4b62bafe9d35
Diffstat (limited to 'sw/source/uibase/inc/optpage.hxx')
-rw-r--r-- | sw/source/uibase/inc/optpage.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index 02f659812855..8797615dd99d 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -308,9 +308,6 @@ class SwMarkPreview : public vcl::Window sal_uInt16 nMarkPos; - using OutputDevice::DrawRect; - void DrawRect(vcl::RenderContext& rRenderContext, const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor); - void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) SAL_OVERRIDE; void PaintPage(vcl::RenderContext& rRenderContext, const Rectangle &rRect); void InitColors(); |