From e8eab43eebecfcaf277d01b1c99ea003199866e4 Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Mon, 6 May 2013 19:17:14 +0200 Subject: cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal In e2e2cc61144cb22227eebfadff0ea24b51ccfbd0 the method was removed automatically leaving several line breaks etc. as visual noise. --- cpputools/source/unoexe/unoexe.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cpputools/source') diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 1a6d9a7fff80..5cc0a9370eb7 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -535,14 +535,11 @@ SAL_IMPLEMENT_MAIN() if (! aUnoUrl.endsWithIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM(";uno.ComponentContext") )) throw RuntimeException( - OUString( - "expected UNO-URL with instance name " - "uno.ComponentContext!" ), + OUString("expected UNO-URL with instance name uno.ComponentContext!" ), Reference() ); if (bSingleInstance) throw RuntimeException( - OUString( - "unexpected option --singleinstance!"), + OUString("unexpected option --singleinstance!"), Reference() ); } if (!aImplName.isEmpty() && aLocation.isEmpty()) -- cgit v1.2.3