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

Michael Meeks michael.meeks at suse.com
Thu Aug 8 21:15:31 PDT 2013


 odk/examples/OLE/activex/README.txt |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

New commits:
commit 2c9182e25a2d729368287812df00e31184dfc86f
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Fri Aug 9 05:07:16 2013 +0100

    odk doc cleanup.
    
    Change-Id: Ibc5998e665b0f81cdf805e128065e253c46594ab

diff --git a/odk/examples/OLE/activex/README.txt b/odk/examples/OLE/activex/README.txt
index b8be6fc..713d138 100644
--- a/odk/examples/OLE/activex/README.txt
+++ b/odk/examples/OLE/activex/README.txt
@@ -1,18 +1,19 @@
-						Compile.
+* Compile.
+
 Warning: Before the control can be built user has to add path to MS ATL headers
  into Makefile.
 
-If you use the build environment of the SDK you have to check which MS compiler 
+If you use the build environment of the SDK you have to check which MS compiler
 do you use. It you use the MS Visual Studio .NET compiler everything should work
-fine with the SDK. If you use an older MS compiler please edit the Makefile and 
+fine with the SDK. If you use an older MS compiler please edit the Makefile and
 uncomment or remove the line 'CL_NEW_LIB=atls.lib'.
 
-						Description.
+* Description.
 
-The StarOffice ActiveX control shows an example of access to UNO through COM technology.
-It requires a properly installed StarOffice version 6.0/6.1 or OpenOffice 1.0.
+The LibreOffice ActiveX control shows an example of access to UNO through COM technology.
+It requires a properly installed LibreOffice version 4.0 or later
 This is a Lite ActiveX control so it can be used only in containers that
-allows to use such controls. It can be activated with an <OBJECT> tag from 
+allows to use such controls. It can be activated with an <OBJECT> tag from
 a html-page to embed a document. Without any parameters a new writer document will be
 opened for editing. Possible parameters are
     src      - full URL to the file that should be edited/viewed;
@@ -20,13 +21,13 @@ opened for editing. Possible parameters are
 			   for edit, for example "private:factory/swriter"
     readonly - if it is set to "true" the document will be opened readonly,
 	           otherwise the document will be opened for editing.
-              
-The control can be extended easily, for example it can be changed 
+
+The control can be extended easily, for example it can be changed
 to allow scripting to load different documents.
 
 As any ActiveX control this one should be registered.
 To let MSIE register it itself the "CODEBASE" parameter
-for the "OBJECT" tag should be specified 
+for the "OBJECT" tag should be specified
 with an URL to the library "so_activex.dll".
 
 Also it can be done using regsvr32 application.


More information about the Libreoffice-commits mailing list