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

INTEGRATION: CWS tbe19 (1.24.74); FILE MERGED

2005/01/25 16:08:15 tbe 1.24.74.1: #i40346#  embedded documents (forms/reports) appear without title in macro dialog
üst 69986ec9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: bastypes.cxx,v $ * $RCSfile: bastypes.cxx,v $
* *
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* last change: $Author: kz $ $Date: 2004-07-23 12:04:26 $ * last change: $Author: vg $ $Date: 2005-02-24 16:59:22 $
* *
* 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
...@@ -260,7 +260,7 @@ String IDEBaseWindow::CreateQualifiedName() ...@@ -260,7 +260,7 @@ String IDEBaseWindow::CreateQualifiedName()
if ( m_aLibName.Len() ) if ( m_aLibName.Len() )
{ {
LibraryLocation eLocation = BasicIDE::GetLibraryLocation( m_pShell, m_aLibName ); LibraryLocation eLocation = BasicIDE::GetLibraryLocation( m_pShell, m_aLibName );
aName = BasicIDE::GetTitle( m_pShell, eLocation, SFX_TITLE_APINAME ); aName = BasicIDE::GetTitle( m_pShell, eLocation, SFX_TITLE_CAPTION );
aName += '.'; aName += '.';
aName += m_aLibName; aName += m_aLibName;
aName += '.'; aName += '.';
......
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