Author: hdu
Date: Thu Mar 14 09:26:51 2013
New Revision: 1456373

URL: http://svn.apache.org/r1456373
Log:
fix cppumaker layout by adding item-end makers for each item-start

Modified:
    openoffice/ooo-site/trunk/content/udk/common/man/tools.html

Modified: openoffice/ooo-site/trunk/content/udk/common/man/tools.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/udk/common/man/tools.html?rev=1456373&r1=1456372&r2=1456373&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/udk/common/man/tools.html (original)
+++ openoffice/ooo-site/trunk/content/udk/common/man/tools.html Thu Mar 14 
09:26:51 2013
@@ -245,15 +245,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 
@@ -265,6 +266,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 


Reply via email to