summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/text/TextTableHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/text/TextTableHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/text/TextTableHandler.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/text/TextTableHandler.java b/wizards/com/sun/star/wizards/text/TextTableHandler.java
index 42dde2f4b36f..c992946f163b 100644
--- a/wizards/com/sun/star/wizards/text/TextTableHandler.java
+++ b/wizards/com/sun/star/wizards/text/TextTableHandler.java
@@ -68,7 +68,7 @@ public class TextTableHandler
}
catch (java.lang.Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -91,7 +91,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
return xTextTable;
}
@@ -107,7 +107,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return null;
}
}
@@ -127,7 +127,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -144,7 +144,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -158,7 +158,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -171,7 +171,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -187,7 +187,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -205,7 +205,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -237,7 +237,7 @@ public class TextTableHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
}