Blame SOURCES/0252-add-LOKit-interface-missing-description.patch

135360
From 21af7ed50479037d9574d5a8061b4ca98065c702 Mon Sep 17 00:00:00 2001
135360
From: =?UTF-8?q?Toma=C5=BE=20Vajngerl?= <tomaz.vajngerl@collabora.com>
135360
Date: Sun, 1 Nov 2015 22:37:12 +0100
135360
Subject: [PATCH 252/398] add LOKit interface missing description
135360
135360
Change-Id: Ia9e33704cfffd2094606e6fd166796bd8cd5d4fe
135360
(cherry picked from commit 3d34594138c42ec4b253a25c403ef9346265a28f)
135360
---
135360
 include/LibreOfficeKit/LibreOfficeKit.hxx | 5 +++--
135360
 1 file changed, 3 insertions(+), 2 deletions(-)
135360
135360
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
135360
index 0e83a63c3fe5..6673cd731eb7 100644
135360
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
135360
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
135360
@@ -129,8 +129,7 @@ public:
135360
      * @param nTileWidth logical width of the rendered rectangle, in TWIPs.
135360
      * @param nTileHeight logical height of the rendered rectangle, in TWIPs.
135360
      */
135360
-    inline void paintTile(
135360
-                          unsigned char* pBuffer,
135360
+    inline void paintTile(unsigned char* pBuffer,
135360
                           const int nCanvasWidth,
135360
                           const int nCanvasHeight,
135360
                           const int nTilePosX,
135360
@@ -192,6 +191,8 @@ public:
135360
      * @param nX horizontal position in document coordinates
135360
      * @param nY vertical position in document coordinates
135360
      * @param nCount number of clicks: 1 for single click, 2 for double click
135360
+     * @param nButtons: which mouse buttons: 1 for left, 2 for middle, 4 right
135360
+     * @param nModifier: which keyboard modifier: (see include/rsc/rsc-vcl-shared-types.hxx for possible values)
135360
      */
135360
     inline void postMouseEvent(int nType, int nX, int nY, int nCount, int nButtons, int nModifier)
135360
     {
135360
-- 
135360
2.12.0
135360