From efe39f40ffb1b9a9f76237fa36c3f497e77ee9db Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 24 Feb 2005 15:59:22 +0000 Subject: [PATCH] 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 --- basctl/source/basicide/bastypes.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index 74d96ce32702..f555b2ca4890 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -2,9 +2,9 @@ * * $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 * either of the following licenses @@ -260,7 +260,7 @@ String IDEBaseWindow::CreateQualifiedName() if ( m_aLibName.Len() ) { 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 += m_aLibName; aName += '.';