summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java b/wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java
index 0df75c57e827..83d33398aab9 100644
--- a/wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java
+++ b/wizards/com/sun/star/wizards/table/PrimaryKeyHandler.java
@@ -299,7 +299,7 @@ public class PrimaryKeyHandler implements XFieldSelectionListener
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return false;
}
@@ -359,7 +359,7 @@ public class PrimaryKeyHandler implements XFieldSelectionListener
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -373,7 +373,7 @@ public class PrimaryKeyHandler implements XFieldSelectionListener
}
catch (IllegalArgumentException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}