diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-27 09:28:17 +0200 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-30 07:50:17 +0200 |
commit | 07aae44547c4494509986ed7dcbca6787a6ced27 (patch) | |
tree | 5434d1ea72c243ef3dd6d21d76a8ffd70ff6a9b4 | |
parent | 85ef5e243d7bece45cd62a742ad07d3db3d33777 (diff) |
Kill saveAsWithOptions again. (merge error/oversight)
feature/calctiledrendering
The declaration sneaked in again when merging the libreofficekit
tiled rendering changes, there's no actual implementation or use
of this anywhere though.
(cherry picked from commit 822cf7cb24eaa11ed3aa8d243370fba5bf6af889)
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index 77a8d0f44fc7..ba4319f70a3d 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -72,10 +72,6 @@ struct _LibreOfficeKitDocumentClass const char *pUrl, const char *pFormat, const char *pFilterOptions); - int (*saveAsWithOptions) (LibreOfficeKitDocument* pThis, - const char *pUrl, - const char *pFormat, - const char *pFilterOptions); #ifdef LOK_USE_UNSTABLE_API LibreOfficeKitDocumentType (*getDocumentType) (LibreOfficeKitDocument* pThis); |