summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-09-26 11:33:39 +0000
committerThomas Benisch <tbe@openoffice.org>2001-09-26 11:33:39 +0000
commit9851434f4d74f755e801bccd46aa58bc7faeacad (patch)
tree2611fc4489577254d47b2c978185f754a7359390 /basctl/source
parent330d7ac344e6c1cd0c86ca9c457a9032abff3e69 (diff)
#92458# BasicIDE: change 3d image buttons in toolboxes to 2d image buttons
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/objdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx
index 6a1d1121bf85..03793f0ee5cf 100644
--- a/basctl/source/basicide/objdlg.cxx
+++ b/basctl/source/basicide/objdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objdlg.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tbe $ $Date: 2001-09-06 09:17:41 $
+ * last change: $Author: tbe $ $Date: 2001-09-26 12:33:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,10 +166,10 @@ ObjectCatalog::ObjectCatalog( Window * pParent )
// aOptionButton.SetClickHdl( LINK( this, ObjectCatalog, ButtonHdl ) );
// aLittleHelp.SetClickHdl( LINK( this, ObjectCatalog, ButtonHdl ) );
+ aToolBox.SetOutStyle( TOOLBOX_STYLE_FLAT );
aToolBox.SetSizePixel( aToolBox.CalcWindowSizePixel() );
aToolBox.SetSelectHdl( LINK( this, ObjectCatalog, ToolBoxHdl ) );
-
aMacroTreeList.SetWindowBits( WB_HASLINES );
aMacroTreeList.SetSelectHdl( LINK( this, ObjectCatalog, TreeListHighlightHdl ) );
aMacroTreeList.SetDragDropMode( SV_DRAGDROP_CTRL_COPY );