summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-06-13 23:40:05 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-06-21 11:18:03 +0400
commit5e0acb90224f4aa7a06db03fac56267de6b05bc6 (patch)
treeb7434fea570bb6a74f2319e43c10f9fba9077908 /svx
parentc66efa24eb4b12beaaabbddc88f7c5aef4faf6c5 (diff)
so many code to just add a minimal border in the gallery
Change-Id: Id7349d1ff6547afe0f46404340b20132b97ce854
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galbrws2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 70cd6578be37..6a673f5bc777 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -331,7 +331,6 @@ GalleryBrowser2::GalleryBrowser2( GalleryBrowser* pParent, const ResId& rResId,
maViewBox.SetHelpId( TBX_ID_LIST, HID_GALLERY_LISTVIEW );
maViewBox.SetQuickHelpText( TBX_ID_LIST, GAL_RESSTR(RID_SVXSTR_GALLERY_LISTVIEW) );
- maViewBox.SetBorder( 0, 1 );
MiscHdl( NULL );
maViewBox.SetSelectHdl( LINK( this, GalleryBrowser2, SelectTbxHdl ) );
maViewBox.Show();