summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-23 16:03:34 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 08:14:15 +0200
commitd7a4135b072a693cb5ebf94c250d34d5beb741e3 (patch)
treee60124a8e158f9d579ee707a53352047f16c4685 /lotuswordpro/source/filter/bento.hxx
parent8e786be3ad4a64bc4f7378c3100bd4be0415f170 (diff)
loplugin:constantfunction: lotuswordpro
Change-Id: I16fbba302c7330010f9b4c888f48a868ad6b921e
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 0a44cf3cfeab..4d9e8f67e4ad 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -204,7 +204,6 @@ class LtcBenContainer
{
public:
BenError Open();
- BenError Close();
BenError RegisterPropertyName(const char * sPropertyName,
pCBenPropertyName * ppPropertyName);
// Pass NULL to begin iteration. Done when returns NULL.
@@ -297,8 +296,6 @@ public: // Internal methods
pCurrValueSegment);
inline pLtcBenContainer GetContainer();
CUtList& GetValueSegments() { return cValueSegments; }
- // Currently, no generation support
- BenGeneration GetGeneration() { return 1; }
private: // Data
pCBenProperty cpProperty;