summaryrefslogtreecommitdiffstats
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-07-19 23:52:20 +0100
commitc40b7747ad4379bf3e21dbdacbc0714957ca0b96 (patch)
tree197d74ccd7f0559cb57e92c2a1a9daae0407d12e
parentLOK: Support detecting complex selections (diff)
downloadcore-c40b7747ad4379bf3e21dbdacbc0714957ca0b96.tar.gz
core-c40b7747ad4379bf3e21dbdacbc0714957ca0b96.zip
Fix build: unused argument
Change-Id: Id79d9c093da21b9f68bb38a51ac5f142a69364ed
-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 d671994bfcf7..cb58022ae12b 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);
}