summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table/CGTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/table/CGTable.java')
-rw-r--r--wizards/com/sun/star/wizards/table/CGTable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/table/CGTable.java b/wizards/com/sun/star/wizards/table/CGTable.java
index c9d1ef81aaed..9237901c4b07 100644
--- a/wizards/com/sun/star/wizards/table/CGTable.java
+++ b/wizards/com/sun/star/wizards/table/CGTable.java
@@ -48,7 +48,7 @@ public class CGTable
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -80,7 +80,7 @@ public class CGTable
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
return null;
}
}