diff options
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java b/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java index 2b25f21fba1b..5238028cee55 100644 --- a/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java +++ b/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java @@ -130,7 +130,7 @@ public class SampleDialog extends WeakBase implements XServiceInfo, XJobExecutor createDialog(); } catch ( Exception e ) { - throw new com.sun.star.lang.WrappedTargetRuntimeException( e.getMessage(), this, e ); + throw new com.sun.star.lang.WrappedTargetRuntimeException( e, e.getMessage(), this, e ); } } } |