libreofficekit: adapt README to reality
Change-Id: I7098e5c304a0fa945e3d3ba794be2b7932788c74
This commit is contained in:
@@ -13,10 +13,9 @@ Integrating LOK into other software
|
|||||||
LOK functionality can be accessed by including LibreOfficeKit.h[xx] in your
|
LOK functionality can be accessed by including LibreOfficeKit.h[xx] in your
|
||||||
program.
|
program.
|
||||||
|
|
||||||
LOK initialisation (lok_init) requires the inclusion of LibreOfficeKitInit.h
|
LOK initialisation (lok_init) requires the inclusion of LibreOfficeKitInit.h in
|
||||||
in your program. Should you be using the C++ LibreOfficeKit.hxx header you
|
your program. If you use the C++ LibreOfficeKit.hxx header, it already includes
|
||||||
must first include LibreOfficeKitInit.h followed by LibreOfficeKit.hxx in any
|
LibreOfficeKitInit.h for you.
|
||||||
files where you need to use lok_cpp_init.
|
|
||||||
|
|
||||||
(LibreOfficeKit.hxx is a simple and fully inlined C++ wrapper for the same
|
(LibreOfficeKit.hxx is a simple and fully inlined C++ wrapper for the same
|
||||||
functionality as in LibreOfficeKit.h.)
|
functionality as in LibreOfficeKit.h.)
|
||||||
|
Reference in New Issue
Block a user