summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/tools.html6
-rw-r--r--odk/examples/examples.html4
2 files changed, 5 insertions, 5 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>
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index ddcbb4dec5c6..8352893ac2be 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -348,11 +348,11 @@
component calculates the start date, day of week of the start date, the
end date, and the day of week of the end date. All calculations are
dependent upon the values of &quot;Needed Days&quot;, &quot;Due Date&quot;
- and &quot;Status&quot;. The columns &quot;Needed Days&quot; and
+ and &quot;Status&quot;. The columns &quot;Needed Days&quot; and
&quot;Status&quot; are mandatory. The first to-do should be placed in
row nine. The date to start the calculation should be placed in cell C6.
The private holidays should be placed in cell K4/K5 and below.<br/>
- All rows will be calculated up to the first empty cell in the first
+ All rows will be calculated up to the first empty cell in the first
column. If a cell in the column &quot;Due Date&quot; is colored red,
you should take a look at your entries.</td>
</tr>