summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/WizardDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/WizardDialog.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/WizardDialog.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/wizards/com/sun/star/wizards/ui/WizardDialog.java b/wizards/com/sun/star/wizards/ui/WizardDialog.java
index 2e5682fedbe6..5904ec6ccc9b 100644
--- a/wizards/com/sun/star/wizards/ui/WizardDialog.java
+++ b/wizards/com/sun/star/wizards/ui/WizardDialog.java
@@ -163,7 +163,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (com.sun.star.lang.IllegalArgumentException exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -185,7 +185,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (IllegalArgumentException exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return false;
}
}
@@ -210,7 +210,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return -1;
}
}
@@ -269,7 +269,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (java.lang.Exception jexception)
{
- jexception.printStackTrace(System.out);
+ jexception.printStackTrace(System.err);
}
}
@@ -308,7 +308,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return -1;
}
}
@@ -337,7 +337,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return null;
}
}
@@ -524,7 +524,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (java.lang.Exception jexception)
{
- jexception.printStackTrace(System.out);
+ jexception.printStackTrace(System.err);
}
}
@@ -618,7 +618,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return false;
}
}
@@ -708,7 +708,7 @@ public abstract class WizardDialog extends UnoDialog2 implements VetoableChangeL
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
return -1;
}
}