summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/config/itemholder2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx
index d9182c8cc410..b444251b272f 100644
--- a/svl/source/config/itemholder2.cxx
+++ b/svl/source/config/itemholder2.cxx
@@ -51,8 +51,7 @@ ItemHolder2::ItemHolder2()
if(bMessage)
{
bMessage = false;
- css::uno::Any ex( cppu::getCaughtException() );
- SAL_WARN( "svl", "CreateInstance with arguments exception: " << exceptionToString(ex));
+ TOOLS_WARN_EXCEPTION( "svl", "" );
}
}
#else