summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 16:41:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 10:36:25 +0000
commita62129aa632c2d574a6560efc19f9de84aed1670 (patch)
treefd600f38eda8ca2b7326c3d4e75c460cba6204bd /sw/source/filter/xml/xmltbli.hxx
parent8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff)
loplugin:unusedmethods xmloff
Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe Reviewed-on: https://gerrit.libreoffice.org/17061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/filter/xml/xmltbli.hxx')
-rw-r--r--sw/source/filter/xml/xmltbli.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index 2882cb41fad3..eb25273421ec 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -186,9 +186,6 @@ public:
virtual void EndElement() SAL_OVERRIDE;
- virtual ::com::sun::star::uno::Reference <
- ::com::sun::star::text::XTextContent > GetXTextContent() const SAL_OVERRIDE;
-
void SetHasSubTables( bool bNew ) { bHasSubTables = bNew; }
};