diff options
author | Matthias Seidel <mseidel@apache.org> | 2017-02-18 22:39:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-22 12:36:28 +0000 |
commit | dc83ba72517f77afd085f2599517a45d553b06fb (patch) | |
tree | 95a6ffee9d08abda71548f085ff1922f03ae9882 /odk/docs | |
parent | 575fa39650cdaab28c9093c90ffd995b4ca7dea2 (diff) |
Fixed typos, HTML code cleanup
(cherry picked from commit b160330c34367bc355031a3850bb2910535049c4)
Change-Id: I6fbcf51c1cd3112330cb39c04210a4bd6a4c73f8
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/tools.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html index b0b3379e8203..171adf165f87 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -727,18 +727,18 @@ types the specified types depend on.</p> </tr> <tr> <td class="cell15"><code>-sn, --shortnames</code></td> - <td class="cell85">using namespace abbreviation 'css:': for '::com::sun::star::', only valid for sub-command 'dump' and target language 'cpp'. It is default for the sub-command 'component'.</td> + <td class="cell85">using namespace abbreviation 'css:': for '::com::sun::star::', only valid for sub-command 'dump' and target language 'cpp'. It is default for the sub-command 'component'.</td> </tr> <tr> <td class="cell15"><code>--propertysetmixin</code></td> <td class="cell85">the generated skeleton implements the cppu::PropertySetMixin helper if a referenced new style service specifies an interface which provides attributes (directly or inherited).</td> </tr> <tr> - <td class="cell15"><code>-lh --licenseheader</code></td> + <td class="cell15"><code>-lh, --licenseheader</code></td> <td class="cell85">generates a default LibreOffice MPLv2 license header at the beginning of a component source file. This option is taken into account in 'component' mode only and if -o is unequal 'stdout'.</td> </tr> <tr> - <td class="cell15"><code>-bc<br/>--backward-compatible</code></td> + <td class="cell15"><code>-bc,<br>--backward-compatible</code></td> <td class="cell85">specifies that the generated calc add-in is backward compatible to older office versions and implement the former required add-in interfaces where the implementation is mapped on the new add-in configuration. In this case the config schema needs to be bundled with the extension add-in as well. Default is a minimal add-in component skeleton based on the add-in configuration coming with the office since OO.org 2.0.4.</td> </tr> <tr> |