diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:08:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:08:39 +0000 |
commit | ded1994cbf554471febd5bc516ea7745a5aad380 (patch) | |
tree | e4539ac3280fce589a857cd15b85870b726fe4b0 /extensions | |
parent | 81b593a0967225e5b7dbf8a637fe68df0a7dcb40 (diff) |
INTEGRATION: CWS residcleanup (1.4.20); FILE MERGED
2007/02/28 20:46:12 pl 1.4.20.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/sqlcommanddesign.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/sqlcommanddesign.cxx b/extensions/source/propctrlr/sqlcommanddesign.cxx index 96b5861b1142..c8f8e55a3485 100644 --- a/extensions/source/propctrlr/sqlcommanddesign.cxx +++ b/extensions/source/propctrlr/sqlcommanddesign.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sqlcommanddesign.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2007-01-15 14:40:49 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:08:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -295,7 +295,7 @@ namespace pcr if ( xFrameProps.is() && xFrameProps->getPropertySetInfo().is() && xFrameProps->getPropertySetInfo()->hasPropertyByName( PROPERTY_TITLE ) ) { ::svt::OLocalResourceAccess aEnumStrings( PcrRes( RID_RSC_ENUM_COMMAND_TYPE ), RSC_RESOURCE ); - ::rtl::OUString sDisplayName = String( ResId( 3 ) ); + ::rtl::OUString sDisplayName = String( PcrRes( 3 ) ); xFrameProps->setPropertyValue( PROPERTY_TITLE, makeAny( sDisplayName ) ); } } |