summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/utlist.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 15:04:07 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 06:41:48 +0000
commit808c2b9ff52bea3c1e0580e7ac2aa75406d6e2d1 (patch)
tree80aa6c1e157d8239e5daf95bf1e07a750f6b62b6 /lotuswordpro/source/filter/utlist.hxx
parentloplugin:unusedmethods in unotools (diff)
downloadcore-808c2b9ff52bea3c1e0580e7ac2aa75406d6e2d1.tar.gz
core-808c2b9ff52bea3c1e0580e7ac2aa75406d6e2d1.zip
loplugin:unusedmethods in l10ntools to lotuswordpro
Change-Id: Ibda82734821f3faa9388f7508e6a3e39e5b5007d Reviewed-on: https://gerrit.libreoffice.org/25106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'lotuswordpro/source/filter/utlist.hxx')
-rw-r--r--lotuswordpro/source/filter/utlist.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/lotuswordpro/source/filter/utlist.hxx b/lotuswordpro/source/filter/utlist.hxx
index eeafdf2e835e..cc6af90923eb 100644
--- a/lotuswordpro/source/filter/utlist.hxx
+++ b/lotuswordpro/source/filter/utlist.hxx
@@ -95,17 +95,6 @@ private: // Data
pCUtListElmt cpPrev;
};
-class CUtComparableListElmt : public CUtListElmt
-{
-public: // Methods
- CUtComparableListElmt() { ; }
- explicit CUtComparableListElmt(pCUtComparableListElmt pPrev) :
- CUtListElmt(pPrev) { ; }
- explicit CUtComparableListElmt(pCUtList pList) : CUtListElmt(pList) { ; }
-
-public: // Pure virtual methods
-};
-
class CUtList
{
public: // Methods