diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-20 08:52:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-20 08:52:41 +0200 |
commit | a7d559014835769d4f214cee7b7a4e4958c7efda (patch) | |
tree | 207afc00757ef5d047ffb76b0e4ca7d226eca5c6 /svtools | |
parent | 7d84c8c80c5703d69a79388886c9768e916b0410 (diff) |
loplugin:sallogareas (clang-cl)
Change-Id: I2509f0c165de0f0754d93482825603da4644009a
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/unogridcolumnfacade.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/unogridcolumnfacade.cxx b/svtools/source/uno/unogridcolumnfacade.cxx index eb25262c96dd..3669c59ccea4 100644 --- a/svtools/source/uno/unogridcolumnfacade.cxx +++ b/svtools/source/uno/unogridcolumnfacade.cxx @@ -62,7 +62,7 @@ namespace svt { namespace table } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("svtools.uno"); } } @@ -76,7 +76,7 @@ namespace svt { namespace table } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("svtools.uno"); } return value; } |