summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfoundry.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/lwpfoundry.hxx
parentd92b12604b644195328b89cb9355cd4fc4bc3e2d (diff)
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/lwpfoundry.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx
index 19e6d23fdd67..72be999ce84d 100644
--- a/lotuswordpro/source/filter/lwpfoundry.hxx
+++ b/lotuswordpro/source/filter/lwpfoundry.hxx
@@ -88,7 +88,6 @@ class LwpObjectManager
{
public:
LwpObjectManager(){}
- ~LwpObjectManager(){}
private:
LwpObjectID m_Division;
public:
@@ -99,7 +98,6 @@ class LwpNumberManager
{
public:
LwpNumberManager(){}
- ~LwpNumberManager(){}
private:
LwpObjectID m_TableRange;
public:
@@ -111,7 +109,6 @@ class LwpBulletManager
{
public:
LwpBulletManager(){}
- ~LwpBulletManager(){}
private:
LwpObjectID m_Head;
public:
@@ -124,7 +121,6 @@ class LwpContentManager
{
public:
LwpContentManager(){}
- ~LwpContentManager(){}
private:
LwpObjectID m_ContentList;
LwpObjectID m_EnumHead;
@@ -148,7 +144,6 @@ class LwpPieceManager
{
public:
LwpPieceManager(){}
- ~LwpPieceManager(){}
private:
LwpObjectID m_GeometryPieceList;
LwpObjectID m_ScalePieceList;
@@ -185,7 +180,6 @@ class LwpOrderedObjectManager
{
public:
LwpOrderedObjectManager(){}
- ~LwpOrderedObjectManager(){}
protected:
LwpObjectID m_Head;
public: