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