summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db/TypeInspector.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/db/TypeInspector.java')
-rw-r--r--wizards/com/sun/star/wizards/db/TypeInspector.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/db/TypeInspector.java b/wizards/com/sun/star/wizards/db/TypeInspector.java
index d2c294c90023..7abf13f00b2f 100644
--- a/wizards/com/sun/star/wizards/db/TypeInspector.java
+++ b/wizards/com/sun/star/wizards/db/TypeInspector.java
@@ -104,7 +104,7 @@ public class TypeInspector
}
catch (SQLException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -133,7 +133,7 @@ public class TypeInspector
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
return 0;
}
}
@@ -170,7 +170,7 @@ public class TypeInspector
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return ColumnValue.NO_NULLS;
}
@@ -239,7 +239,7 @@ public class TypeInspector
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return -1;
}
@@ -393,7 +393,7 @@ public class TypeInspector
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return INVALID;