summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/ReportWizard.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/ReportWizard.java')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportWizard.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java
index 9d4ddea6a2ce..f557a3b9ed6d 100644
--- a/wizards/com/sun/star/wizards/report/ReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/ReportWizard.java
@@ -303,7 +303,7 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
if (!bQueryCreated)
@@ -512,7 +512,7 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
}
catch (java.lang.Exception jexception)
{
- jexception.printStackTrace(System.out);
+ jexception.printStackTrace(System.err);
}
}
@@ -615,7 +615,7 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -639,7 +639,7 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
}
catch (Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}