lotuswordpro/source/filter/tocread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 392d59013afb83906bd5d181beda0ea4facab256 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Jul 3 13:01:06 2014 +0100 bah, bogus Change-Id: I94619f2a3274c719366ae947771e10ffc39f70fe diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx index 87b6bee..b924d93 100644 --- a/lotuswordpro/source/filter/tocread.cxx +++ b/lotuswordpro/source/filter/tocread.cxx @@ -68,7 +68,7 @@ CBenTOCReader::ReadLabelAndTOC() return Err; unsigned long nLength; - if ((Err = cpContainer->GetSize(nLength)) != BenErr_OK) + if ((Err = cpContainer->GetSize(&nLength)) != BenErr_OK) return Err; if (TOCOffset > nLength)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits