From 1b694dad643334ec1bab3f823dcd68f44a05ebe3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Aug 2017 22:14:27 +0200 Subject: loplugin:unusedmethods Change-Id: Iaaf9092ec4d6189492906648b84494d087fed81f Reviewed-on: https://gerrit.libreoffice.org/41539 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/ww8/WW8FFData.hxx | 4 ---- sw/source/filter/ww8/docxexport.hxx | 3 --- 2 files changed, 7 deletions(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/WW8FFData.hxx b/sw/source/filter/ww8/WW8FFData.hxx index eaa7afc0f935..7a9d85cff82e 100644 --- a/sw/source/filter/ww8/WW8FFData.hxx +++ b/sw/source/filter/ww8/WW8FFData.hxx @@ -73,12 +73,8 @@ public: void setResult(sal_uInt8 nResult) { mnResult = nResult; } - void setCheckboxHeight(sal_uInt16 nCheckboxHeight) { mnCheckboxHeight = nCheckboxHeight; } - void setName(const OUString & rName) { msName = rName; } - void setDefaultResult(sal_uInt16 nDefault) { mnDefault = nDefault; } - void setHelp(const OUString & rHelp); void setStatus(const OUString & rStatus); diff --git a/sw/source/filter/ww8/docxexport.hxx b/sw/source/filter/ww8/docxexport.hxx index 73f690a66198..de017201ed78 100644 --- a/sw/source/filter/ww8/docxexport.hxx +++ b/sw/source/filter/ww8/docxexport.hxx @@ -244,9 +244,6 @@ private: /// Write customXml/item[n].xml and customXml/itemProps[n].xml void WriteCustomXml(); - /// Write word/activeX/activeX[n].xml - void WriteActiveX(); - /// Write word/embeddings/Worksheet[n].xlsx void WriteEmbeddings(); -- cgit