summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 08:52:52 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 08:52:52 +0000
commitda6fff0b19e9a2bcc1c1629658e24774816a808f (patch)
tree10b14b5fff80bbb2b09ed0e6a27374d4c79ab440 /basctl
parentb9630637d55099d914f4e147b75793dd9bb6d1e5 (diff)
INTEGRATION: CWS visibility03 (1.37.40); FILE MERGED
2005/03/07 19:08:32 mhu 1.37.40.1: #i40092# Fixed string ctor (ResId) usage.
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/dlgedobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx
index 7be404c5e30d..b03af900dd6b 100644
--- a/basctl/source/dlged/dlgedobj.cxx
+++ b/basctl/source/dlged/dlgedobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedobj.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: rt $ $Date: 2004-12-10 17:02:23 $
+ * last change: $Author: obo $ $Date: 2005-04-13 09:52:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -912,7 +912,7 @@ sal_Bool DlgEdObj::supportsService( const sal_Char* _pServiceName ) const
if (nResId)
{
- aDefaultName = ::rtl::OUString( IDEResId(nResId) );
+ aDefaultName = ::rtl::OUString( String(IDEResId(nResId)) );
}
return aDefaultName;