summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-02-24 09:12:41 +0100
committerAndras Timar <andras.timar@collabora.com>2017-02-28 11:18:53 +0100
commit431520fec6525dbc40d4961f3a13ccc7839613b1 (patch)
treef97a98cf9ff19942f38a1ac534635dbc26c8609c /libreofficekit
parent3460e65b97bee4f32b79ccb56628dacdda71c4ae (diff)
libreofficekit: adapt README to reality
Change-Id: I7098e5c304a0fa945e3d3ba794be2b7932788c74 (cherry picked from commit 28974126aa02d98b1808fd8fc01bc45f9a407a90)
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/libreofficekit/README b/libreofficekit/README
index a8396d47665f..8defd38ac44a 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -13,10 +13,9 @@ Integrating LOK into other software
LOK functionality can be accessed by including LibreOfficeKit.h[xx] in your
program.
-LOK initialisation (lok_init) requires the inclusion of LibreOfficeKitInit.h
-in your program. Should you be using the C++ LibreOfficeKit.hxx header you
-must first include LibreOfficeKitInit.h followed by LibreOfficeKit.hxx in any
-files where you need to use lok_cpp_init.
+LOK initialisation (lok_init) requires the inclusion of LibreOfficeKitInit.h in
+your program. If you use the C++ LibreOfficeKit.hxx header, it already includes
+LibreOfficeKitInit.h for you.
(LibreOfficeKit.hxx is a simple and fully inlined C++ wrapper for the same
functionality as in LibreOfficeKit.h.)