summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/DocumentHelper.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentHelper.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/DocumentHelper.java b/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
index ec772949cfc4..3bae7b154847 100644
--- a/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
+++ b/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
@@ -76,11 +76,7 @@ public class DocumentHelper
);
}
- /* ------------------------------------------------------------------ */
- public static DocumentHelper blankTextDocument( XComponentContext xCtx ) throws com.sun.star.uno.Exception
- {
- return blankDocument( xCtx, DocumentType.WRITER );
- }
+
/* ------------------------------------------------------------------ */
public static DocumentHelper blankDocument( XComponentContext xCtx, DocumentType eType ) throws com.sun.star.uno.Exception