[Libreoffice-commits] core.git: 2 commits - libreofficekit/README

Khaled Hosny khaledhosny at eglug.org
Thu Jul 17 23:13:28 PDT 2014


 libreofficekit/README |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit eddd7646d672ea9b0561dacb09da224d098e531e
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Fri Jul 18 08:09:31 2014 +0200

    Try to make some sense out of that sentence
    
    Change-Id: Ibe9fedb3602d6c8ddbc007b214969c9960ba10b1

diff --git a/libreofficekit/README b/libreofficekit/README
index 624d67c..3242ae0 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -2,7 +2,7 @@ LibreOfficeKit
 **************
 
 LibreOfficeKit can be used for accessing LibreOffice functionality
-without LibreOffice, through C/C++, without any need to use UNO.
+through C/C++, without any need to use UNO.
 
 For now it only offers document conversion (in addition to an experimental
 tiled rendering API).
commit 8f082e212de92348a3373cb5c6a1b32590fec418
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Fri Jul 18 08:05:43 2014 +0200

    Typos
    
    Change-Id: If91ed85a56c597f9aecbd5e469af4af83d256cfb

diff --git a/libreofficekit/README b/libreofficekit/README
index 267b20b..624d67c 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -2,7 +2,7 @@ LibreOfficeKit
 **************
 
 LibreOfficeKit can be used for accessing LibreOffice functionality
-outwith LibreOffice, through C/C++, without any need to use UNO.
+without LibreOffice, through C/C++, without any need to use UNO.
 
 For now it only offers document conversion (in addition to an experimental
 tiled rendering API).
@@ -15,7 +15,7 @@ in order to be able to use LOK. You will then be able to access LOK via
 the functions in LibreOfficeKit.h[xx].
 
 (LibreOfficeKit.hxx is a simple and fully inlined C++ wrapper for the same
- functionality as in LibreOfficeKit.h.)
+functionality as in LibreOfficeKit.h.)
 
 An example program can be seen on:
 https://github.com/ojwb/lloconv	
@@ -23,7 +23,7 @@ https://github.com/ojwb/lloconv
 Tiled Rendering
 ---------------
 
-To use LOK Tiled Rendering you will need the follwing before the LOK includes:
+To use LOK Tiled Rendering you will need the following before the LOK includes:
 #define LOK_USE_UNSTABLE_API
 
 Currently only bitmap-buffer rendering is supported, with a 32-bit RGBA
@@ -34,8 +34,8 @@ to bottom-up).
 LibreOfficeKitGtk
 *****************
 
-Currently consists of only a very basic gtk+ document viewer widget.
+Currently consists of only a very basic GTK+ document viewer widget.
 
 Currently this simply renders the entire document as one large tile (for
-writer) and/or entire sheet for calc, which can be somewhat slow with
+Writer) and/or entire sheet for Calc, which can be somewhat slow with
 larger documents.


More information about the Libreoffice-commits mailing list