binfilter/bf_svtools/source/misc/svt_ehdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 58f9f554d5fb9a3ca9a2b80038cdfa9d609a72d7 Author: Caolán McNamara <caol...@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); {
_______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits