summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-10 15:46:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-11 06:12:39 +0000
commitfe82f6fc5cbd638972571a33f04e95971507bba9 (patch)
treef32ed4ef38c879c5c7704501985d507a779b1675 /xmloff/inc
parent90a0e59737d680b35d7dff1a59f66e53c13f444d (diff)
loplugin:unnnecessaryoverride in xmloff
Change-Id: Iad519bd61ce1d1bf4ef4e12543b0d485249db36b Reviewed-on: https://gerrit.libreoffice.org/29672 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/SchXMLExport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx
index beb0d87443f2..c06ad7ffedad 100644
--- a/xmloff/inc/SchXMLExport.hxx
+++ b/xmloff/inc/SchXMLExport.hxx
@@ -44,7 +44,6 @@ private:
protected:
virtual sal_uInt32 exportDoc( enum ::xmloff::token::XMLTokenEnum eClass = ::xmloff::token::XML_TOKEN_INVALID ) override;
- virtual void ExportStyles_( bool bUsed ) override;
virtual void ExportAutoStyles_() override;
virtual void ExportMasterStyles_() override;
virtual void ExportContent_() override;