include/LibreOfficeKit/LibreOfficeKit.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 2a9bd88e427c0646566ca988bb23e7dab25744c1 Author: Tor Lillqvist <t...@collabora.com> Date: Thu Mar 19 13:58:12 2015 +0200 Indent parameter lists consistently. Other inconsistencies in spacing and alignment remain, though. Change-Id: I2b4f9e34781288c5146518be853d3831ec32e968 diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index f10e5e3..85f760c 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -136,14 +136,14 @@ struct _LibreOfficeKitDocumentClass /// @see lok::Document::setTextSelection void (*setTextSelection)(LibreOfficeKitDocument* pThis, - int nType, - int nX, - int nY); + int nType, + int nX, + int nY); /// @see lok::Document::setGraphicSelection void (*setGraphicSelection)(LibreOfficeKitDocument* pThis, - int nType, - int nX, - int nY); + int nType, + int nX, + int nY); /// @see lok::Document::resetSelection void (*resetSelection)(LibreOfficeKitDocument* pThis); #endif // LOK_USE_UNSTABLE_API _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits