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