summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/NumericalHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/NumericalHelper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/NumericalHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/NumericalHelper.java b/wizards/com/sun/star/wizards/common/NumericalHelper.java
index 22eb3b1c7a03..e25a706056b0 100644
--- a/wizards/com/sun/star/wizards/common/NumericalHelper.java
+++ b/wizards/com/sun/star/wizards/common/NumericalHelper.java
@@ -1476,7 +1476,7 @@ public class NumericalHelper
}
catch (com.sun.star.lang.IllegalArgumentException e)
{
- DebugHelper.exception(e);
+//TODO does not do anything anyway DebugHelper.exception(e);
}
// reverse again to get the number
return romanNumber.reverse().toString();