Author: buildbot
Date: Thu Mar 14 09:28:01 2013
New Revision: 854414
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/udk/common/man/tools.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 14 09:28:01 2013
@@ -1 +1 @@
-1455577
+1456373
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 14 09:28:01 2013
@@ -1 +1 @@
-1455577
+1456373
Modified: websites/staging/ooo-site/trunk/content/udk/common/man/tools.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/udk/common/man/tools.html (original)
+++ websites/staging/ooo-site/trunk/content/udk/common/man/tools.html Thu Mar
14 09:28:01 2013
@@ -261,15 +261,16 @@
<dt style="margin-right: 1cm; margin-bottom: 0.5cm">-- no
marshaling
is needed (no bridging needed for interprocess
communication)</dt>
<dt style="margin-right: 1cm; margin-bottom: 0.5cm">-- no
scripting
- is needed (in general, this needs full type description
support)
- </dt>
+ is needed (in general, this needs full type description
support)</dt>
</dl>
+ </li>
<li>-L (_ONLY_ usable on Windows!)<br>
This option generates the shortest getCppuType() functions,
but
needs a running type description manager (+provider) reading
all
type information from the applicat.rdb! ==> !! Cannot be used
at setup startup, because no applicat.rdb is involved at this
- early stage!!
+ early stage!!
+ </li>
<li>-C (fully comprehensive type information)<br>
This options generates the longest form of getCppuType()
functions,
including a comprehensive description of a type, thus there is
@@ -281,6 +282,7 @@
only types which were previously registered due to a
getCppuType()
call are accessible by name)</dt>
</dl>
+ </li>
</ol>
<br>
So, please keep these limitations in mind if you are not sure that