summaryrefslogtreecommitdiffstats
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-30 07:50:17 +0200
commit07aae44547c4494509986ed7dcbca6787a6ced27 (patch)
tree5434d1ea72c243ef3dd6d21d76a8ffd70ff6a9b4
parentLOK DocView: handle document load failure without crashing. (diff)
downloadcore-feature/calctiledrendering.tar.gz
core-feature/calctiledrendering.zip
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.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);