summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document/Shape.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/document/Shape.java')
-rw-r--r--wizards/com/sun/star/wizards/document/Shape.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/document/Shape.java b/wizards/com/sun/star/wizards/document/Shape.java
index 580a97ec7888..bbb793285af3 100644
--- a/wizards/com/sun/star/wizards/document/Shape.java
+++ b/wizards/com/sun/star/wizards/document/Shape.java
@@ -100,7 +100,7 @@ public class Shape
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -117,7 +117,7 @@ public class Shape
}
catch (PropertyVetoException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}