summaryrefslogtreecommitdiffstats
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-16 11:39:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 12:21:10 +0200
commita7ba47243cb70b78c8d8674558ed6db35b79da99 (patch)
tree4b592f6cb5a177de8fc43f75bb4e6018bdfb7f7f /svx/source/gallery2
parent-Werror,-Wunused-private-field (Clang towards 3.2) (diff)
downloadcore-a7ba47243cb70b78c8d8674558ed6db35b79da99.tar.gz
core-a7ba47243cb70b78c8d8674558ed6db35b79da99.zip
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galctrl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index c803c5802c5b..ca79d80b11e8 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -471,8 +471,7 @@ void GalleryIconView::StartDrag( sal_Int8, const Point& )
GalleryListView::GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) :
BrowseBox( pParent, WB_TABSTOP | WB_3DLOOK | WB_BORDER ),
mpTheme( pTheme ),
- mnCurRow( 0 ),
- mbInit( sal_False )
+ mnCurRow( 0 )
{
SetHelpId( HID_GALLERY_WINDOW );