[Libreoffice-commits] core.git: extensions/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 12 10:25:51 UTC 2018
extensions/source/ole/oleobjw.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a95815faa8b09dbd47196d6d952b3e2d20e10fef
Author: himajin100000 <himajin100000 at gmail.com>
AuthorDate: Tue Dec 11 02:59:45 2018 +0900
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 12 11:25:27 2018 +0100
"functionor" to "function or", and added missing quote
Change-Id: I647abff8c149b84aa7196e81d0820b23d8b93dd0
Reviewed-on: https://gerrit.libreoffice.org/64890
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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();
More information about the Libreoffice-commits
mailing list