summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-22 16:34:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-22 18:57:43 +0000
commit7419057e3ec4365748fa6456e207f40fd9e09c62 (patch)
treec7ae11659b42539efb0f8c6eef68c1ee14c10dca /lotuswordpro
parentc4cd079b8f613084a99a83b95c3968b65cbd8900 (diff)
loplugin:unusedmethods in chart2..svx
Change-Id: Ifb6045885049733415895f58cdd911256f48323c Reviewed-on: https://gerrit.libreoffice.org/29187 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/bento.hxx1
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.hxx4
-rw-r--r--lotuswordpro/source/filter/lwpuidoc.hxx4
3 files changed, 2 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 96e67145532d..ebe093128f10 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -177,7 +177,6 @@ public:
public: // Overridden methods
/* added by */
- CBenValue * GetValue(){ return cpValue; };
sal_uLong GetSize() { return m_ulValueLength; };
protected: // Overridden methods
diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx
index b5d4966cc52b..19e6d23fdd67 100644
--- a/lotuswordpro/source/filter/lwpfoundry.hxx
+++ b/lotuswordpro/source/filter/lwpfoundry.hxx
@@ -79,9 +79,7 @@ class LwpBookMark;
class LwpVersionManager
{
public:
- LwpVersionManager(){}
- ~LwpVersionManager(){}
-public:
+ LwpVersionManager() = delete;
static void Read(LwpObjectStream *pStrm);
static void Skip(LwpObjectStream *pStrm);
};
diff --git a/lotuswordpro/source/filter/lwpuidoc.hxx b/lotuswordpro/source/filter/lwpuidoc.hxx
index e2e9ddb83ad6..b2ee70548962 100644
--- a/lotuswordpro/source/filter/lwpuidoc.hxx
+++ b/lotuswordpro/source/filter/lwpuidoc.hxx
@@ -77,9 +77,7 @@ class LwpMergeOptions;
class LwpNamedProperties
{
public:
- LwpNamedProperties(){}
- ~LwpNamedProperties(){}
-public:
+ LwpNamedProperties() = delete;
static void Read(LwpObjectStream *pStrm);
};
/**