diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:24:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 10:02:49 -0600 |
commit | 99e3bd454bf607c5b561e2dc8e0f7a04f2bc28ed (patch) | |
tree | 929fae9a49326c5c92763fdd7c6e3f0def229e0a /odk/examples/java/Text/TextDocumentStructure.java | |
parent | 91ff31b6f7c2fd217518f54396bbca6d4bde98a3 (diff) |
Remove visual noise from odk
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1
Reviewed-on: https://gerrit.libreoffice.org/8285
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'odk/examples/java/Text/TextDocumentStructure.java')
-rw-r--r-- | odk/examples/java/Text/TextDocumentStructure.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/Text/TextDocumentStructure.java b/odk/examples/java/Text/TextDocumentStructure.java index 74b2659ac9ee..1880dffd8458 100644 --- a/odk/examples/java/Text/TextDocumentStructure.java +++ b/odk/examples/java/Text/TextDocumentStructure.java @@ -32,12 +32,12 @@ * *************************************************************************/ -//*************************************************************************** + // comment: Step 1: bootstrap UNO and get the remote component context // Step 2: open an empty text document // Step 3: create an enumeration of all paragraphs // Step 4: create an enumeration of all text portions -//*************************************************************************** + import com.sun.star.uno.UnoRuntime; |