summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/benval.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 15:18:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 06:33:41 +0000
commite140e40c12118f3af630545a773bece8aaf3a18c (patch)
treeb3644bf17752a292649682139fb42cd832a5d4d0 /lotuswordpro/source/filter/benval.cxx
parentloplugin:expandablemethodds in filter..forms (diff)
downloadcore-e140e40c12118f3af630545a773bece8aaf3a18c.tar.gz
core-e140e40c12118f3af630545a773bece8aaf3a18c.zip
loplugin:expandablemethodds in lotuswordpro..package
Change-Id: Id33d88edc4be00f4238792d885e392cc08e72386 Reviewed-on: https://gerrit.libreoffice.org/30017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/benval.cxx')
-rw-r--r--lotuswordpro/source/filter/benval.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/benval.cxx b/lotuswordpro/source/filter/benval.cxx
index 6cffe1d9c41d..6899a2a051f3 100644
--- a/lotuswordpro/source/filter/benval.cxx
+++ b/lotuswordpro/source/filter/benval.cxx
@@ -76,7 +76,7 @@ CBenValue::ReadValueData(void * pReadBuffer, unsigned long Offset,
unsigned long SegOffset = 0;
*pAmtRead = 0;
pCBenValueSegment pCurrSeg = nullptr;
- pLtcBenContainer pContainer = GetContainer();
+ pLtcBenContainer pContainer = GetProperty()->GetContainer();
BenByte* pBuffer = static_cast<BenByte*>(pReadBuffer);
/// pReadBuffer -- pointer to buffer of read result, allocated outside this function