summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-24 12:16:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-24 12:18:05 +0200
commit6246755d1cd82a66669a16509dd766c1a8b80e8e (patch)
treedd7186e927b63dfd9599aa90e8b24cb2da9fccca /include
parent6c853a986444294dd937cd570a4dc0a31943e432 (diff)
-Werror,-Wunused-private-field
Change-Id: Ib32a73e4f74ce7ccd19327ecaed84c16b5c60779
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctl3d.hxx2
-rw-r--r--include/svx/fontworkgallery.hxx1
-rw-r--r--include/svx/pagectrl.hxx3
3 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx
index c6f5315c3ca6..669154bdbcb5 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -66,8 +66,6 @@ public:
class SVX_DLLPUBLIC SAL_WARN_UNUSED Svx3DLightControl : public Svx3DPreviewControl
{
// Callback for interactive changes
- Link<> maUserInteractiveChangeCallback;
- Link<> maUserSelectionChangeCallback;
Link<> maChangeCallback;
Link<> maSelectionChangeCallback;
diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx
index b415f350094d..f570f82ea7a7 100644
--- a/include/svx/fontworkgallery.hxx
+++ b/include/svx/fontworkgallery.hxx
@@ -68,7 +68,6 @@ class SVX_DLLPUBLIC SAL_WARN_UNUSED FontWorkGalleryDialog : public ModalDialog
sal_uInt16 mnThemeId;
SdrView* mpSdrView;
- FmFormModel* mpModel;
DECL_LINK( DoubleClickFavoriteHdl, void * );
DECL_LINK( ClickOKHdl, void * );
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;