summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/text/TextFieldHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/text/TextFieldHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/text/TextFieldHandler.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/text/TextFieldHandler.java b/wizards/com/sun/star/wizards/text/TextFieldHandler.java
index 32b5255b9366..db25b3f147b8 100644
--- a/wizards/com/sun/star/wizards/text/TextFieldHandler.java
+++ b/wizards/com/sun/star/wizards/text/TextFieldHandler.java
@@ -84,7 +84,7 @@ public class TextFieldHandler
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
return PropertyNames.EMPTY_STRING;
}
@@ -121,7 +121,7 @@ public class TextFieldHandler
}
catch (com.sun.star.uno.Exception exception)
{
- exception.printStackTrace(System.out);
+ exception.printStackTrace(System.err);
}
}
@@ -192,7 +192,7 @@ public class TextFieldHandler
catch (Exception e)
{
// TODO Auto-generated catch block
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
return null;
}
@@ -213,7 +213,7 @@ public class TextFieldHandler
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -313,7 +313,7 @@ public class TextFieldHandler
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
@@ -333,7 +333,7 @@ public class TextFieldHandler
}
catch (Exception e)
{
- e.printStackTrace(System.out);
+ e.printStackTrace(System.err);
}
}
}