summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java b/odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java
index 456e4125c9d2..04a4dbc26199 100644
--- a/odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java
+++ b/odk/examples/DevelopersGuide/Forms/DocumentBasedExample.java
@@ -87,7 +87,7 @@ public abstract class DocumentBasedExample implements com.sun.star.lang.XEventLi
// grab the focus to the first control
m_document.getCurrentView().grabControlFocus();
- // ----------------------------------------------
+
// wait for the user to confirm that we can exit
if ( waitForUserInput() )
{