[Libreoffice-commits] .: binfilter/bf_svtools

Caolán McNamara caolan at kemper.freedesktop.org
Wed Jan 25 07:40:05 PST 2012


 binfilter/bf_svtools/source/misc/svt_ehdl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58f9f554d5fb9a3ca9a2b80038cdfa9d609a72d7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 24 20:57:51 2012 +0000

    String(String

diff --git a/binfilter/bf_svtools/source/misc/svt_ehdl.cxx b/binfilter/bf_svtools/source/misc/svt_ehdl.cxx
index 4db63b8..5b14396 100644
--- a/binfilter/bf_svtools/source/misc/svt_ehdl.cxx
+++ b/binfilter/bf_svtools/source/misc/svt_ehdl.cxx
@@ -365,7 +365,7 @@ BOOL SfxErrorHandler::GetErrorString(
     SolarMutexGuard aGuard;
 
     BOOL bRet = FALSE;
-    rStr=String(String(RTL_CONSTASCII_USTRINGPARAM("$(CLASS)$(ERROR)")));
+    rStr=rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("$(CLASS)$(ERROR)"));
     ResId *pResId = new ResId(nId, *pMgr);
 
     {


More information about the Libreoffice-commits mailing list