[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-5' - loolwsd/bundled

Miklos Vajna vmiklos at collabora.co.uk
Tue Oct 27 02:19:38 PDT 2015


 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit cbee4462fe32941a568cab865d567b832fc9e52a
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Oct 27 10:19:08 2015 +0100

    loolwsd: update the bundled headers

diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index 83dcc98..d83717b 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -157,6 +157,12 @@ struct _LibreOfficeKitDocumentClass
                                const char* pMimeType,
                                char** pUsedMimeType);
 
+    /// @see lok::Document::paste().
+    bool (*paste) (LibreOfficeKitDocument* pThis,
+                   const char* pMimeType,
+                   const char* pData,
+                   size_t nSize);
+
     /// @see lok::Document::setGraphicSelection
     void (*setGraphicSelection) (LibreOfficeKitDocument* pThis,
                                  int nType,


More information about the Libreoffice-commits mailing list