diff options
Diffstat (limited to 'sw/source/ui/vba/vbadocumentproperties.cxx')
-rw-r--r-- | sw/source/ui/vba/vbadocumentproperties.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx index 5062ebb33117..f0d00352bbdd 100644 --- a/sw/source/ui/vba/vbadocumentproperties.cxx +++ b/sw/source/ui/vba/vbadocumentproperties.cxx @@ -302,8 +302,7 @@ public: } catch (const uno::Exception&) { - css::uno::Any ex( cppu::getCaughtException() ); - SAL_WARN("sw.vba", "Got exception " << exceptionToString(ex)); + TOOLS_WARN_EXCEPTION("sw.vba", ""); } uno::Any aReturn; if ( rPropName == "LineCount" ) // special processing needed |