summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfootnote.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 13:44:18 +0200
committerCaolán McNamara <caolanm@redhat.com>2017-01-24 15:56:31 +0000
commitc5df32e5cb6ef9727e566541d6cf29dbd5c32602 (patch)
treef48f227f44728bf23a5d686730b1df7e45d37fba /lotuswordpro/source/filter/lwpfootnote.hxx
parenttdf#105467 new color widget doesn't support XStringListControl (diff)
downloadcore-c5df32e5cb6ef9727e566541d6cf29dbd5c32602.tar.gz
core-c5df32e5cb6ef9727e566541d6cf29dbd5c32602.zip
loplugin: unnecessary destructor jvmfwk..lotuswordpro
Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37 Reviewed-on: https://gerrit.libreoffice.org/33496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwpfootnote.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx
index 5966994adc10..58dfc2622f52 100644
--- a/lotuswordpro/source/filter/lwpfootnote.hxx
+++ b/lotuswordpro/source/filter/lwpfootnote.hxx
@@ -104,7 +104,6 @@ class LwpFribFootnote: public LwpFrib
public:
explicit LwpFribFootnote(LwpPara* pPara );
- virtual ~LwpFribFootnote() override {}
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) override;
void RegisterNewStyle();
void XFConvert(XFContentContainer* pCont);
@@ -152,7 +151,6 @@ class LwpFootnoteTable : public LwpTable
{
public:
LwpFootnoteTable(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpFootnoteTable() override {}
protected:
void Read() override;
};
@@ -168,7 +166,6 @@ public:
, m_nStartingNumber(0)
{}
- ~LwpFootnoteNumberOptions(){}
void Read(LwpObjectStream* pObjStrm);
private:
sal_uInt16 m_nFlag;
@@ -207,7 +204,6 @@ public:
, m_nBelow(0)
{}
- ~LwpFootnoteSeparatorOptions(){}
void Read(LwpObjectStream* pObjStrm);
private:
sal_uInt16 m_nFlag;