summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-27 09:28:17 +0200
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-27 09:29:15 +0200
commit822cf7cb24eaa11ed3aa8d243370fba5bf6af889 (patch)
treed13f68706f8a8d5f0d9796bcf74895b0ee8f146f /include/LibreOfficeKit
parent2709ff61d38db36d494b850a53968ca8bb2878a4 (diff)
Kill saveAsWithOptions again. (merge error/oversight)
The declaration sneaked in again when merging the libreofficekit tiled rendering changes, there's no actual implementation or use of this anywhere though.
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.h4
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);