summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
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;