diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 10:44:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 18:56:53 +0200 |
commit | 25a23b9b72d3ea794b63b52286954b58c95c2efd (patch) | |
tree | b4aafe7f0ea8c093942a2cef117baa54ed0a6ee5 /extensions/source | |
parent | ff06316fe2be32e415ca6394cff951703cf9fe62 (diff) |
loplugin:sallogareas (clang-cl)
Change-Id: I4fd32d006299cfb7ed856e5e8ef8bfd7a680fc6c
Reviewed-on: https://gerrit.libreoffice.org/79940
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 6f25babcc81c..d8f46a09f1a8 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -132,7 +132,7 @@ private: } catch ( const Exception& ) { - DBG_UNHANDLED_EXCEPTION("extensions.ole"); + DBG_UNHANDLED_EXCEPTION("extensions.olebridge"); } } |