From 56549a939cdf3a2510bbdba21b72632a4f238cf5 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 1 Feb 2012 15:56:34 +0100 Subject: ByteString -> OUString --- vcl/win/source/app/salinst.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'vcl/win') diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx index d0a6bd0570e4..d491404cd125 100644 --- a/vcl/win/source/app/salinst.cxx +++ b/vcl/win/source/app/salinst.cxx @@ -87,16 +87,15 @@ void SalAbort( const rtl::OUString& rErrorText, bool ) if ( rErrorText.isEmpty() ) { - // #112255# make sure crash reporter is triggered + // make sure crash reporter is triggered RaiseException( 0, EXCEPTION_NONCONTINUABLE, 0, NULL ); - FatalAppExit( 0, "Application Error" ); + FatalAppExitW( 0, L"Application Error" ); } else { - // #112255# make sure crash reporter is triggered + // make sure crash reporter is triggered RaiseException( 0, EXCEPTION_NONCONTINUABLE, 0, NULL ); - ByteString aErrorText( ImplSalGetWinAnsiString( rErrorText ) ); - FatalAppExit( 0, aErrorText.GetBuffer() ); + FatalAppExitW( 0, rErrorText.getStr() ); } } -- cgit reoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools/scripts/propmerge
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-25 15:55:53 +0200
committerAndras Timar <atimar@suse.com>2013-04-25 15:55:53 +0200
commit467748ef3d900ef42ca95df1715879335673341d (patch)
tree5c0faea9060ecf520b57a93d2d80c006db16a94c /l10ntools/scripts/propmerge
parentaf6299687ef968a3731cbfa24c3820f5006b2823 (diff)
Bump for 3.6-20 suse-3.6-20
Change-Id: Id1f02caaae95a43de6638a7c58197da25a57cac2