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 18b1d3875e72..f184019b387b 100644
--- a/svx/source/gallery2/GalleryControl.cxx
+++ b/svx/source/gallery2/GalleryControl.cxx
@@ -55,13 +55,13 @@ GalleryControl::GalleryControl (
FreeResource();
mpBrowser1->SelectTheme(0);
- mpBrowser1->Show(sal_True);
+ mpBrowser1->Show(true);
- mpBrowser2->Show(sal_True);
+ mpBrowser2->Show(true);
mpSplitter->SetHorizontal(false);
mpSplitter->SetSplitHdl( LINK( this, GalleryControl, SplitHdl ) );
- mpSplitter->Show( sal_True );
+ mpSplitter->Show( true );
InitSettings();
}