[Libreoffice-commits] core.git: include/LibreOfficeKit
Oliver Specht
oliver.specht at cib.de
Tue Jan 19 23:41:47 PST 2016
include/LibreOfficeKit/LibreOfficeKit.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 23c2c7c9cb86db4a36f8a798e63402a053816ef2
Author: Oliver Specht <oliver.specht at cib.de>
Date: Wed Jan 20 07:52:51 2016 +0100
freeError function moved to the end of the list
Change-Id: I4aed102b25ddcd5f2e8fa03395e2ffd89c858bb9
Reviewed-on: https://gerrit.libreoffice.org/21619
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht at cib.de>
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h
index 8057d75..80f8451 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -51,7 +51,6 @@ struct _LibreOfficeKitClass
const char* pURL);
char* (*getError) (LibreOfficeKit* pThis);
- void (*freeError) (const char *pfree);
LibreOfficeKitDocument* (*documentLoadWithOptions) (LibreOfficeKit* pThis,
const char* pURL,
@@ -64,6 +63,8 @@ struct _LibreOfficeKitClass
/// @see lok::Office::getFilterTypes().
char* (*getFilterTypes) (LibreOfficeKit* pThis);
#endif
+ void (*freeError) (const char *pfree);
+
};
#define LIBREOFFICEKIT_DOCUMENT_HAS(pDoc,member) LIBREOFFICEKIT_HAS_MEMBER(LibreOfficeKitDocumentClass,member,(pDoc)->pClass->nSize)
More information about the Libreoffice-commits
mailing list