summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-17 15:54:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-20 20:09:23 +0200
commit1db6a4c78f688e8f9af5505e691bcae079c2348f (patch)
treee07dfcc93950470d1468f04b5e6fdfcec8576637 /include/xmloff
parent4dde0d06bdc00c3783cfe94e8f918a8913274c4e (diff)
loplugin:virtualdead unused param in XMLEventContextFactory::CreateContext
Change-Id: I6fda2e04724d69fd218ffc85f9881b429714e63b Reviewed-on: https://gerrit.libreoffice.org/81154 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlevent.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xmloff/xmlevent.hxx b/include/xmloff/xmlevent.hxx
index b0fa87403f62..5907d7acb4e6 100644
--- a/include/xmloff/xmlevent.hxx
+++ b/include/xmloff/xmlevent.hxx
@@ -134,9 +134,7 @@ public:
/// the context for the enclosing <script:events> element
XMLEventsImportContext* rEvents,
/// the event name (as understood by the API)
- const OUString& rApiEventName,
- /// the event type name (as registered)
- const OUString& rApiLanguage) = 0;
+ const OUString& rApiEventName) = 0;
};