summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/form/StyleApplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/form/StyleApplier.java')
-rw-r--r--wizards/com/sun/star/wizards/form/StyleApplier.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/form/StyleApplier.java b/wizards/com/sun/star/wizards/form/StyleApplier.java
index b3424cec3bfc..7e1cfff40f82 100644
--- a/wizards/com/sun/star/wizards/form/StyleApplier.java
+++ b/wizards/com/sun/star/wizards/form/StyleApplier.java
@@ -171,7 +171,7 @@ public class StyleApplier
// }
// catch (Exception e)
// {
-// e.printStackTrace(System.out);
+// e.printStackTrace(System.err);
// }
}
@@ -200,7 +200,7 @@ public class StyleApplier
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -216,7 +216,7 @@ public class StyleApplier
}
catch (IllegalArgumentException e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return (short) -1;
}
@@ -316,7 +316,7 @@ public class StyleApplier
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
curFormDocument.unlockallControllers();
}
@@ -428,7 +428,7 @@ public class StyleApplier
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -489,7 +489,7 @@ public class StyleApplier
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
}