summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/GalleryControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/GalleryControl.cxx')
-rw-r--r--svx/source/gallery2/GalleryControl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gallery2/GalleryControl.cxx b/svx/source/gallery2/GalleryControl.cxx
index b06cd4d259e9..65a8629f1616 100644
--- a/svx/source/gallery2/GalleryControl.cxx
+++ b/svx/source/gallery2/GalleryControl.cxx
@@ -56,13 +56,13 @@ GalleryControl::GalleryControl (
mbIsInitialResize(true)
{
mpBrowser1->SelectTheme(0);
- mpBrowser1->Show(true);
+ mpBrowser1->Show();
- mpBrowser2->Show(true);
+ mpBrowser2->Show();
mpSplitter->SetHorizontal(false);
mpSplitter->SetSplitHdl( LINK( this, GalleryControl, SplitHdl ) );
- mpSplitter->Show( true );
+ mpSplitter->Show();
InitSettings();
}