From da6fff0b19e9a2bcc1c1629658e24774816a808f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Apr 2005 08:52:52 +0000 Subject: 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. --- basctl/source/dlged/dlgedobj.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basctl') 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; -- cgit