diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 11:39:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 12:21:10 +0200 |
commit | a7ba47243cb70b78c8d8674558ed6db35b79da99 (patch) | |
tree | 4b592f6cb5a177de8fc43f75bb4e6018bdfb7f7f /svx/source/gallery2 | |
parent | eb40f4af949309a82ce369f1636f4e79b9f8631e (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/galctrl.cxx | 3 |
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 ); |