summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-07-31 14:07:16 +0000
committerThomas Benisch <tbe@openoffice.org>2001-07-31 14:07:16 +0000
commit25dc3b0a89e0ec4bf5dcaf881ec7e9a9ff93ff4e (patch)
tree9d5a5532b1d89b346f88b2a5add10556d1e02148 /basctl/source/basicide/moduldlg.cxx
parent9bea49ed24f540a0103d8006cbc60f40ae987216 (diff)
#88573# Groupboxes in BasicIDE
Diffstat (limited to 'basctl/source/basicide/moduldlg.cxx')
-rw-r--r--basctl/source/basicide/moduldlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index b47f7793e40d..058248b70ce8 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tbe $ $Date: 2001-07-25 14:51:32 $
+ * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -911,7 +911,7 @@ LibDialog::LibDialog( Window* pParent )
aCancelButton( this, IDEResId( RID_PB_CANCEL ) ),
aStorageName( this, IDEResId( RID_FT_STORAGENAME ) ),
aLibBox( this, IDEResId( RID_CTRL_LIBS ) ),
- aGroupBox( this, IDEResId( RID_GB_OPTIONS ) ),
+ aFixedLine( this, IDEResId( RID_FL_OPTIONS ) ),
aReferenceBox( this, IDEResId( RID_CB_REF ) ),
aSepFileBox( this, IDEResId( RID_CB_SEP ) ),
aReplaceBox( this, IDEResId( RID_CB_REPL ) )