diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-24 22:14:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-25 09:04:26 +0200 |
commit | 1b694dad643334ec1bab3f823dcd68f44a05ebe3 (patch) | |
tree | c1b6045ae9d5497e2d28642b95b2d88f9cc14d81 /sw | |
parent | de2ac128da025502c533f8cede5862e054dd9c44 (diff) |
loplugin:unusedmethods
Change-Id: Iaaf9092ec4d6189492906648b84494d087fed81f
Reviewed-on: https://gerrit.libreoffice.org/41539
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/WW8FFData.hxx | 4 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxexport.hxx | 3 |
2 files changed, 0 insertions, 7 deletions
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(); |