Kaydet (Commit) 5000fc4b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst a182fd4c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: basicbox.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -263,7 +263,7 @@ void BasicLibBox::InsertEntries( SfxObjectShell* pShell, LibraryLocation eLocati ...@@ -263,7 +263,7 @@ void BasicLibBox::InsertEntries( SfxObjectShell* pShell, LibraryLocation eLocati
String aLibName = pLibNames[ i ]; String aLibName = pLibNames[ i ];
if ( eLocation == BasicIDE::GetLibraryLocation( pShell, aLibName ) ) 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 ) ); String aEntryText( CreateMgrAndLibStr( aName, aLibName ) );
USHORT nPos = InsertEntry( aEntryText, LISTBOX_APPEND ); USHORT nPos = InsertEntry( aEntryText, LISTBOX_APPEND );
SetEntryData( nPos, new BasicLibEntry( pShell, eLocation, aLibName ) ); SetEntryData( nPos, new BasicLibEntry( pShell, eLocation, aLibName ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment