Kaydet (Commit) a95815fa authored tarafından himajin100000's avatar himajin100000 Kaydeden (comit) Noel Grandin

"functionor" to "function or", and added missing quote

Change-Id: I647abff8c149b84aa7196e81d0820b23d8b93dd0
Reviewed-on: https://gerrit.libreoffice.org/64890
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst d49e2e46
...@@ -2154,8 +2154,8 @@ void IUnknownWrapper::getFuncDescForInvoke(const OUString & sFuncName, ...@@ -2154,8 +2154,8 @@ void IUnknownWrapper::getFuncDescForInvoke(const OUString & sFuncName,
{ {
throw IllegalArgumentException( throw IllegalArgumentException(
"[automation bridge] The object does not have a function" "[automation bridge] The object does not have a function"
"or readable property \"" " or readable property \""
+ sFuncName, Reference<XInterface>(), 0); + sFuncName + "\"", Reference<XInterface>(), 0);
} }
} }
*pFuncDesc = aFuncDesc.Detach(); *pFuncDesc = aFuncDesc.Detach();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment