summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 11:25:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:12 +0200
commit84db94e97bf088cf442db5f97fefbe41fd45c1bb (patch)
tree061249ae846c064412204baf1d45b5a892ff0d2a /sw/source/ui/docvw
parent6928f43c86d05b9229e24d6d199b3f139031d596 (diff)
-Werror,-Wunused-private-field (various sw)
Change-Id: Ib2becb2af810da0fa3d24bd0aa21887d41e2f34c
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r--sw/source/ui/docvw/SidebarTxtControl.cxx1
-rw-r--r--sw/source/ui/docvw/SidebarTxtControl.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControl.cxx b/sw/source/ui/docvw/SidebarTxtControl.cxx
index b237996ff367..edcb45181f2e 100644
--- a/sw/source/ui/docvw/SidebarTxtControl.cxx
+++ b/sw/source/ui/docvw/SidebarTxtControl.cxx
@@ -72,7 +72,6 @@ SidebarTxtControl::SidebarTxtControl( SwSidebarWin& rSidebarWin,
, mrSidebarWin( rSidebarWin )
, mrDocView( rDocView )
, mrPostItMgr( rPostItMgr )
- , mbMouseOver( false )
{
AddEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) );
}
diff --git a/sw/source/ui/docvw/SidebarTxtControl.hxx b/sw/source/ui/docvw/SidebarTxtControl.hxx
index e3d37421d2f7..2c703d9e685b 100644
--- a/sw/source/ui/docvw/SidebarTxtControl.hxx
+++ b/sw/source/ui/docvw/SidebarTxtControl.hxx
@@ -47,8 +47,6 @@ class SidebarTxtControl : public Control
SwView& mrDocView;
SwPostItMgr& mrPostItMgr;
- bool mbMouseOver;
-
protected:
virtual void Paint( const Rectangle& rRect);
virtual void KeyInput( const KeyEvent& rKeyEvt );