diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 0eb71db1d44e..ee3b4d5048f7 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1738,7 +1738,7 @@ int Desktop::Main() catch( ...) { OfficeIPCThread::SetDowning(); - FatalError( OUString(RTL_CONSTASCII_USTRINGPARAM( "Caught Unknown Exception: Aborting!"))); + FatalError( OUString( "Caught Unknown Exception: Aborting!")); } } else |