diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 9fb4801cadd8..b264e049e81d 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -2154,8 +2154,8 @@ void IUnknownWrapper::getFuncDescForInvoke(const OUString & sFuncName, { throw IllegalArgumentException( "[automation bridge] The object does not have a function" - "or readable property \"" - + sFuncName, Reference<XInterface>(), 0); + " or readable property \"" + + sFuncName + "\"", Reference<XInterface>(), 0); } } *pFuncDesc = aFuncDesc.Detach(); |