summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws1.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-26 10:05:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-27 10:59:29 +0000
commit03c95abe6b748d1155a62a9febcec96219bc3818 (patch)
tree49487b0b9f518a77df57765439b0e59cc3f3aeda /svx/source/gallery2/galbrws1.cxx
parent18cccd62fb5b730319878df6fac748d5cdf73f1f (diff)
de-resource RID_SVXDLG_GALLERYBROWSER
Change-Id: I33df0c65d230ed13a5121555c8cf26a7bd27969a
Diffstat (limited to 'svx/source/gallery2/galbrws1.cxx')
-rw-r--r--svx/source/gallery2/galbrws1.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx
index 86f5f07005ff..183480dc48eb 100644
--- a/svx/source/gallery2/galbrws1.cxx
+++ b/svx/source/gallery2/galbrws1.cxx
@@ -114,12 +114,11 @@ bool GalleryThemeListBox::PreNotify( NotifyEvent& rNEvt )
GalleryBrowser1::GalleryBrowser1(
vcl::Window* pParent,
- const ResId& rResId,
Gallery* pGallery,
const ::boost::function<sal_Bool(const KeyEvent&,Window*)>& rKeyInputHandler,
const ::boost::function<void(void)>& rThemeSlectionHandler)
:
- Control ( pParent, rResId ),
+ Control ( pParent, WB_TABSTOP ),
maNewTheme ( this, WB_3DLOOK ),
mpThemes ( new GalleryThemeListBox( this, WB_TABSTOP | WB_3DLOOK | WB_BORDER | WB_HSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_SORT ) ),
mpGallery ( pGallery ),