[Libreoffice-commits] core.git: odk/docs odk/examples

Matthias Seidel mseidel at apache.org
Wed Feb 22 12:39:01 UTC 2017


 odk/docs/tools.html        |    6 +++---
 odk/examples/examples.html |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit dc83ba72517f77afd085f2599517a45d553b06fb
Author: Matthias Seidel <mseidel at apache.org>
Date:   Sat Feb 18 22:39:16 2017 +0000

    Fixed typos, HTML code cleanup
    
    (cherry picked from commit b160330c34367bc355031a3850bb2910535049c4)
    
    Change-Id: I6fbcf51c1cd3112330cb39c04210a4bd6a4c73f8

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index b0b3379..171adf1 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 ddcbb4d..8352893 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 "Needed Days", "Due Date"
-          and "Status". The columns "Needed Days" and
+		  and "Status". The columns "Needed Days" and
 		  "Status" 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 "Due Date" is colored red,
 		  you should take a look at your entries.</td>
 		  </tr>


More information about the Libreoffice-commits mailing list