summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcontent.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/lwpcontent.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/lwpcontent.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcontent.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpcontent.hxx b/lotuswordpro/source/filter/lwpcontent.hxx
index 7c357fc17e00..2dd6cb6b8258 100644
--- a/lotuswordpro/source/filter/lwpcontent.hxx
+++ b/lotuswordpro/source/filter/lwpcontent.hxx
@@ -74,7 +74,6 @@ class LwpContent : public LwpDLNFVList
{
public:
LwpContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpContent() override {}
protected:
LwpAssociatedLayouts m_LayoutsWithMe;
sal_uInt16 m_nFlags;
@@ -147,7 +146,6 @@ class LwpHeadContent : public LwpContent
{
public:
LwpHeadContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
- virtual ~LwpHeadContent() override {}
protected:
void Read() override;
};