summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-25 10:52:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-25 11:55:57 +0100
commitb79f9a9bc818022a59184113cf20dd5ada29deff (patch)
tree153855cbf4e92692686687894c2908cb22e8d98d /lotuswordpro/source/filter/bento.hxx
parent494c7103744ded1f6f2d373a8eb194c9d34f7b82 (diff)
LtcBenContainer::GetSize is always BenErr_OK
Change-Id: Ic14cbc70358800dab57c1a5ac0a834e257d4951a
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 5919258ed78d..f5f2408d4036 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -223,7 +223,7 @@ public: // Internal methods
LtcUtBenValueStream * FindValueStreamWithPropertyName(const char * sPropertyName);
void CreateGraphicStream(SvStream * &pStream, const char *pObjectName);
- BenError GetSize(sal_uLong * pLength);
+ sal_uLong GetSize() const { return m_ulLength; }
private: // Data
CUtOwningList cObjects;
CUtList cNamedObjects;