summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/CommandFieldSelection.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/CommandFieldSelection.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/CommandFieldSelection.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/CommandFieldSelection.java b/wizards/com/sun/star/wizards/ui/CommandFieldSelection.java
index 1993035b5a10..a52edad88b70 100644
--- a/wizards/com/sun/star/wizards/ui/CommandFieldSelection.java
+++ b/wizards/com/sun/star/wizards/ui/CommandFieldSelection.java
@@ -150,7 +150,7 @@ public class CommandFieldSelection extends FieldSelection implements Comparator<
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -264,7 +264,7 @@ public class CommandFieldSelection extends FieldSelection implements Comparator<
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}