summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.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/bento.hxx
parent65bfed2bdb92b336ed64ac9d9fb1e7ace047885b (diff)
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/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 2094a7f50697..1530f034d4ac 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -162,9 +162,6 @@ public: // Methods
cpNamedObject = pObj;
}
- CBenNamedObjectListElmt(pCBenNamedObject pNamedObject,
- pCBenNamedObjectListElmt pPrev) : CUtListElmt(pPrev)
- { cpNamedObject = pNamedObject; }
pCBenNamedObject GetNamedObject() { return cpNamedObject; }
private: // Data
@@ -276,12 +273,6 @@ public: // Internal methods
cpProperty = pProperty;
}
- CBenValue(pCBenProperty pProperty, BenObjectID TypeID) :
- CBenIDListElmt(TypeID)
- {
- cpProperty = pProperty;
- cpReferencedList = nullptr;
- }
inline pCBenValueSegment GetNextValueSegment(pCBenValueSegment
pCurrValueSegment);
inline pLtcBenContainer GetContainer();
@@ -329,12 +320,6 @@ public: // Internal methods
unsigned short Size) : CUtListElmt(&pValue->GetValueSegments())
{ cpValue = pValue; cImmediate = true;
UtHugeMemcpy(cImmData, pImmData, Size); cSize = Size; }
- CBenValueSegment(BenContainerPos Pos, unsigned long Size)
- { cpValue = nullptr; cImmediate = false; cPos = Pos;
- cSize = Size; }
- CBenValueSegment(const void * pImmData, unsigned short Size)
- { cpValue = nullptr; cImmediate = true;
- UtHugeMemcpy(cImmData, pImmData, Size); cSize = Size; }
bool IsImmediate() { return cImmediate; }
BenContainerPos GetPosition() { return cPos; }
unsigned long GetSize() { return cSize; }