summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hwpread.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 14:55:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 08:07:18 +0000
commit877774c05731b7505a3d3a947a1dcb528f36df41 (patch)
tree7576ec1fcdd6bb6357b7d96347a720fb82d4ee6e /hwpfilter/source/hwpread.cxx
parentloplugin:expandablemethodds in basctl..chart2 (diff)
downloadcore-877774c05731b7505a3d3a947a1dcb528f36df41.tar.gz
core-877774c05731b7505a3d3a947a1dcb528f36df41.zip
loplugin:expandablemethodds in hwpfilter..linguistic
Change-Id: If20fd4a6cf8a8e005804dbb7caf41cce73d587a5 Reviewed-on: https://gerrit.libreoffice.org/30016 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'hwpfilter/source/hwpread.cxx')
-rw-r--r--hwpfilter/source/hwpread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index a939b3cb15ad..377c13ee203c 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -281,7 +281,7 @@ bool TxtBox::Read(HWPFile & hwpf)
UpdateBBox(this);
- ncell = NCell();
+ ncell = nCell;
if (!(ncell > 0)){
return hwpf.SetState(HWP_InvalidFileFormat);
}