bundled/include/LibreOfficeKit/LibreOfficeKit.h | 9 --------- 1 file changed, 9 deletions(-)
New commits: commit 027d12ff995f7f24e0a91775f96a3cc6864cdaa4 Author: Andras Timar <[email protected]> AuthorDate: Tue Nov 20 16:25:50 2018 +0100 Commit: Andras Timar <[email protected]> CommitDate: Tue Nov 20 16:25:50 2018 +0100 fix mismerge Change-Id: I34c002d86ca32f0dec8c04b31ec242129db20c4d diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/bundled/include/LibreOfficeKit/LibreOfficeKit.h index 4409e62ec..27d968c4a 100644 --- a/bundled/include/LibreOfficeKit/LibreOfficeKit.h +++ b/bundled/include/LibreOfficeKit/LibreOfficeKit.h @@ -347,15 +347,6 @@ struct _LibreOfficeKitDocumentClass /// @see lok::Document::getSignatureState(). int (*getSignatureState) (LibreOfficeKitDocument* pThis); - /// Paints window with given id to the buffer with the give DPI scale - /// (every pixel is dpiscale-times larger). - /// @see lok::Document::paintWindow(). - void (*paintWindowDPI) (LibreOfficeKitDocument* pThis, unsigned nWindowId, - unsigned char* pBuffer, - const int x, const int y, - const int width, const int height, - const double dpiscale); - #endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
