summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/GUI/ImageControlSample.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI/ImageControlSample.java')
-rw-r--r--odk/examples/DevelopersGuide/GUI/ImageControlSample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/ImageControlSample.java b/odk/examples/DevelopersGuide/GUI/ImageControlSample.java
index 024894ae840b..ac890e8aee1a 100644
--- a/odk/examples/DevelopersGuide/GUI/ImageControlSample.java
+++ b/odk/examples/DevelopersGuide/GUI/ImageControlSample.java
@@ -130,7 +130,7 @@ public class ImageControlSample extends UnoDialogSample{
* com.sun.star.beans.UnknownPropertyException,
* com.sun.star.uno.Exception
*/
- ex.printStackTrace(System.out);
+ ex.printStackTrace(System.err);
}
return xICModelPropertySet;
}