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

Stephan Bergmann sbergman at redhat.com
Mon Aug 26 06:04:39 PDT 2013


 odk/docs/tools.html |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

New commits:
commit 7412cb319a6b3746def85604ec899be706037baf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Aug 26 15:04:06 2013 +0200

    uno-skeletonmaker has -l, does not need -env:UNO_TYPES
    
    Change-Id: I08ba8a9e84582a50a7893625139e43408be77278

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 83b157d..1fdf392 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -676,10 +676,10 @@ types the specified types depend on.</p>
 		  <p class="head2">Usage:</p>
 		  <blockquote>
 		  <b><code>
-			uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) dump [<options>] -t <type> ...<br/>
-			uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) component [<options>] -n <name> -t <type> ...<br/>
-			uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) calc-add-in [<options>] -n <name> -t <add-in_service><br/>
-			uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) add-on [<options>] -n <name> -p <protocol_name:command,...>
+			uno-skeletonmaker (-env:INIFILENAME=<url>) dump [<options>] -t <type> ...<br/>
+			uno-skeletonmaker (-env:INIFILENAME=<url>) component [<options>] -n <name> -t <type> ...<br/>
+			uno-skeletonmaker (-env:INIFILENAME=<url>) calc-add-in [<options>] -n <name> -t <add-in_service><br/>
+			uno-skeletonmaker (-env:INIFILENAME=<url>) add-on [<options>] -n <name> -p <protocol_name:command,...>
 			uno-skeletonmaker -V, --version<br/>
 			uno-skeletonmaker -h, --help<br/>
 		  </code></b>
@@ -710,10 +710,6 @@ types the specified types depend on.</p>
 			<td class="cell85">url specifies a URL to an UNO ini|rc file of an existing UNO environment (URE, office installation).</td>
           </tr>
 		  <tr>
-            <td class="cell15"><code>-env:UNO_TYPES=<url></code></td>
-			<td class="cell85">url specifies a binary type library file. It can be a space separated list of urls.</td>
-          </tr>
-		  <tr>
 		    <td class="cell15"><code>-a, --all</code></td>
 			<td class="cell85">list all interface methods, not only the direct ones</td>
           </tr>


More information about the Libreoffice-commits mailing list