summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PropertySetHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PropertySetHelper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertySetHelper.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertySetHelper.java b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
index 3e3246b5797a..787b8eeef6d0 100644
--- a/wizards/com/sun/star/wizards/common/PropertySetHelper.java
+++ b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
@@ -93,11 +93,6 @@ public class PropertySetHelper
DebugHelper.writeInfo(e.getMessage());
DebugHelper.exception(e);
}
- catch (com.sun.star.lang.IllegalArgumentException e)
- {
- DebugHelper.writeInfo(e.getMessage());
- DebugHelper.exception(e);
- }
catch (com.sun.star.lang.WrappedTargetException e)
{
DebugHelper.writeInfo(e.getMessage());