summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 4d9e8f67e4ad..dcd5acf1754f 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -406,8 +406,8 @@ public: // Internal methods
const char * GetNameCStr() { return csName.c_str(); }
void SetPosition(BenContainerPos Pos) { cPos = Pos; }
- BenContainerPos GetPosition(void) { return cPos; }
- size_t GetLength(void) { return csName.length()+ 1; }
+ BenContainerPos GetPosition() { return cPos; }
+ size_t GetLength() { return csName.length()+ 1; }
CBenNamedObjectListElmt& GetNameListElmt() { return cNameListElmt; }
private: // Data