[Libreoffice-commits] core.git: extensions/source
Stephan Bergmann
sbergman at redhat.com
Mon Jul 3 12:03:15 UTC 2017
extensions/source/ole/oleobjw.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d7f63439cb4c2436a5333643cec8f2d452ef6f74
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jul 3 14:02:45 2017 +0200
loplugin:sallogareas (clang-cl)
Change-Id: I0da74386a01c9a2db6436c9cd30aac204eb2ce73
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 25c940611b50..b7c2664a2ebf 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -291,7 +291,7 @@ void SAL_CALL IUnknownWrapper_Impl::setValue( const OUString& aPropertyName,
|| (aVarDesc && aVarDesc->wVarFlags == VARFLAG_FREADONLY) )
{
//read-only
- SAL_WARN( "extensions.ole", "[automation bridge] Property " << aPropertyName << " is read-only");
+ SAL_WARN( "extensions.olebridge", "[automation bridge] Property " << aPropertyName << " is read-only");
// ignore silently
return;
}
More information about the Libreoffice-commits
mailing list