diff options
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r-- | sfx2/source/appl/app.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index e442875a9706..dcc48f942647 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -196,8 +196,7 @@ SfxApplication::SfxApplication() #ifdef DBG_UTIL if( !bOk ) { - OStringBuffer aStr( - RTL_CONSTASCII_STRINGPARAM("No DDE-Service possible. Error: ")); + OStringBuffer aStr("No DDE-Service possible. Error: "); if( GetDdeService() ) aStr.append(static_cast<sal_Int32>(GetDdeService()->GetError())); else |