summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-03 15:03:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-03 15:03:22 +0000
commite1231629616a6e9f6aebcb752ee142c6c739e0c5 (patch)
treeb95f337d04cf04c9b3e3c28e9de450faaa39b69d /svx
parent614b4166be1bd711751b1b3143aeaa774f51ad02 (diff)
INTEGRATION: CWS jmf3 (1.23.406); FILE MERGED
2004/09/30 11:35:06 ka 1.23.406.1: #i34109#: remove border flag for New Theme button
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galbrws1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx
index 06e94903fdf4..dac594a1d0c7 100644
--- a/svx/source/gallery2/galbrws1.cxx
+++ b/svx/source/gallery2/galbrws1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galbrws1.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 19:12:36 $
+ * last change: $Author: rt $ $Date: 2004-11-03 16:03:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,7 +177,7 @@ long GalleryThemeListBox::PreNotify( NotifyEvent& rNEvt )
GalleryBrowser1::GalleryBrowser1( GalleryBrowser* pParent, const ResId& rResId, Gallery* pGallery ) :
Control ( pParent, rResId ),
- maNewTheme ( this, WB_3DLOOK | WB_BORDER ),
+ maNewTheme ( this, WB_3DLOOK ),
mpThemes ( new GalleryThemeListBox( this, WB_TABSTOP | WB_3DLOOK | WB_BORDER | WB_HSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_SORT ) ),
mpGallery ( pGallery )
{