diff options
Diffstat (limited to 'oox/source/drawingml/textrun.cxx')
-rw-r--r-- | oox/source/drawingml/textrun.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index cda8521cf338..45290aab3386 100644 --- a/oox/source/drawingml/textrun.cxx +++ b/oox/source/drawingml/textrun.cxx @@ -176,8 +176,7 @@ sal_Int32 TextRun::insertAt( } catch( const Exception& ) { - css::uno::Any ex( cppu::getCaughtException() ); - SAL_WARN("oox", "OOX: TextRun::insertAt() exception " << exceptionToString(ex)); + TOOLS_WARN_EXCEPTION("oox", "OOX: TextRun::insertAt()"); } return nCharHeight; |