diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-06-24 09:24:59 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-08-02 11:41:47 -0400 |
commit | 639d9376685c5393bf3c69a414bb96e2ff1408a2 (patch) | |
tree | 641d826b6ccd210c35bea30b305bb059f5088811 | |
parent | 7e174f327a3cf16a09e4b2f8e2ffba2225c21901 (diff) |
Fix build: unused argument
Change-Id: Id79d9c093da21b9f68bb38a51ac5f142a69364ed
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.hxx | 2 |
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); } |