summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basicbox.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 15:58:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 15:58:18 +0000
commit5000fc4bd423f73b4c3e08dc9975785d1ba36028 (patch)
tree7299464f17155fbb0c6035d3c344baffd3973d53 /basctl/source/basicide/basicbox.cxx
parenta182fd4c2f09427e889e56aa032d40643d5b5247 (diff)
INTEGRATION: CWS tbe19 (1.6.6); FILE MERGED
2005/01/25 16:07:30 tbe 1.6.6.1: #i40346# embedded documents (forms/reports) appear without title in macro dialog
Diffstat (limited to 'basctl/source/basicide/basicbox.cxx')
-rw-r--r--basctl/source/basicide/basicbox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx
index 87521c7a3019..2f2ad9514f0d 100644
--- a/basctl/source/basicide/basicbox.cxx
+++ b/basctl/source/basicide/basicbox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basicbox.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 17:48:52 $
+ * last change: $Author: vg $ $Date: 2005-02-24 16:58:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -263,7 +263,7 @@ void BasicLibBox::InsertEntries( SfxObjectShell* pShell, LibraryLocation eLocati
String aLibName = pLibNames[ i ];
if ( eLocation == BasicIDE::GetLibraryLocation( pShell, aLibName ) )
{
- String aName( BasicIDE::GetTitle( pShell, eLocation, SFX_TITLE_FILENAME ) );
+ String aName( BasicIDE::GetTitle( pShell, eLocation, SFX_TITLE_CAPTION ) );
String aEntryText( CreateMgrAndLibStr( aName, aLibName ) );
USHORT nPos = InsertEntry( aEntryText, LISTBOX_APPEND );
SetEntryData( nPos, new BasicLibEntry( pShell, eLocation, aLibName ) );