diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-03 14:02:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-03 14:02:45 +0200 |
commit | d7f63439cb4c2436a5333643cec8f2d452ef6f74 (patch) | |
tree | 129a21643d110c360659cdc8656ec1972a34ee51 /extensions/source | |
parent | decfa1ff8780c456dbcde966b0b1441121213cb1 (diff) |
loplugin:sallogareas (clang-cl)
Change-Id: I0da74386a01c9a2db6436c9cd30aac204eb2ce73
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |