diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-24 12:16:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-24 12:18:05 +0200 |
commit | 6246755d1cd82a66669a16509dd766c1a8b80e8e (patch) | |
tree | dd7186e927b63dfd9599aa90e8b24cb2da9fccca /include/svx/pagectrl.hxx | |
parent | 6c853a986444294dd937cd570a4dc0a31943e432 (diff) |
-Werror,-Wunused-private-field
Change-Id: Ib32a73e4f74ce7ccd19327ecaed84c16b5c60779
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r-- | include/svx/pagectrl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx index 3d7475b8dd98..7fb124adee9f 100644 --- a/include/svx/pagectrl.hxx +++ b/include/svx/pagectrl.hxx @@ -68,9 +68,6 @@ private: sal_uInt16 eUsage; - OUString aLeftText; - OUString aRightText; - protected: virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE; |