summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-06-24 09:24:59 +0200
committerMichael Meeks <michael.meeks@collabora.com>2019-08-02 11:41:47 -0400
commit639d9376685c5393bf3c69a414bb96e2ff1408a2 (patch)
tree641d826b6ccd210c35bea30b305bb059f5088811 /include/LibreOfficeKit
parentLOK: Support detecting complex selections (diff)
downloadcore-639d9376685c5393bf3c69a414bb96e2ff1408a2.tar.gz
core-639d9376685c5393bf3c69a414bb96e2ff1408a2.zip
Fix build: unused argument
Change-Id: Id79d9c093da21b9f68bb38a51ac5f142a69364ed
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index ca0287a6b584..f38d2b5109f6 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -356,7 +356,7 @@ public:
*
* @return an element of the LibreOfficeKitSelectionType enum.
*/
- int getSelectionType(LibreOfficeKitDocument* pThis)
+ int getSelectionType(LibreOfficeKitDocument* /*pThis*/)
{
return mpDoc->pClass->getSelectionType(mpDoc);
}