diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 15:59:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 15:59:06 +0000 |
commit | 69986ec9b179c629436eeff7af9c3c7ff5c6f523 (patch) | |
tree | 642ca3b0491dc163e707aa8e166042f112daa01a /basctl | |
parent | a3e295950f45f93083c53ca6f3fd138dabb67e57 (diff) |
INTEGRATION: CWS tbe19 (1.15.6); FILE MERGED
2005/01/25 16:08:15 tbe 1.15.6.1: #i40346# embedded documents (forms/reports) appear without title in macro dialog
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/bastype2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index 5dc6100ce235..90c8b4783192 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bastype2.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2005-01-13 17:49:45 $ + * last change: $Author: vg $ $Date: 2005-02-24 16:59:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -566,7 +566,7 @@ String BasicTreeListBox::GetRootEntryName( SfxObjectShell* pShell, LibraryLocati else if ( !( nMode & BROWSEMODE_MODULES ) && ( nMode & BROWSEMODE_DIALOGS ) ) eType = LIBRARY_TYPE_DIALOG; - return BasicIDE::GetTitle( pShell, eLocation, SFX_TITLE_FILENAME, eType ); + return BasicIDE::GetTitle( pShell, eLocation, SFX_TITLE_CAPTION, eType ); } void BasicTreeListBox::GetRootEntryBitmaps( SfxObjectShell* pShell, Image& rImage, Image& rImageHC ) |