summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/text/TextSectionHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/text/TextSectionHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/text/TextSectionHandler.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/wizards/com/sun/star/wizards/text/TextSectionHandler.java b/wizards/com/sun/star/wizards/text/TextSectionHandler.java
index 7c80d722adce..931a0f30dd17 100644
--- a/wizards/com/sun/star/wizards/text/TextSectionHandler.java
+++ b/wizards/com/sun/star/wizards/text/TextSectionHandler.java
@@ -66,7 +66,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -86,7 +86,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -99,7 +99,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -122,7 +122,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -141,7 +141,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -168,7 +168,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -194,7 +194,7 @@ public class TextSectionHandler
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -234,7 +234,7 @@ public class TextSectionHandler
}
catch (IllegalArgumentException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -257,7 +257,7 @@ public class TextSectionHandler
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
}