Kaydet (Commit) da6fff0b authored tarafından Oliver Bolte's avatar Oliver Bolte

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.
üst b9630637
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dlgedobj.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -912,7 +912,7 @@ sal_Bool DlgEdObj::supportsService( const sal_Char* _pServiceName ) const ...@@ -912,7 +912,7 @@ sal_Bool DlgEdObj::supportsService( const sal_Char* _pServiceName ) const
if (nResId) if (nResId)
{ {
aDefaultName = ::rtl::OUString( IDEResId(nResId) ); aDefaultName = ::rtl::OUString( String(IDEResId(nResId)) );
} }
return aDefaultName; return aDefaultName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment