summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-12-03 07:51:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-03 07:56:58 +0000
commit5f1de30c6373ae41480aad13e49876bfac8a2156 (patch)
tree38e28b3b02aadbf4bea480cc3d66277e908e077b /lotuswordpro
parent2d6ee4ef812f8ac51c0a07fc4e44e54593a90fa6 (diff)
Fix Cannot convert unsigned long* in sal_uLong*
Change-Id: I7e44ea91f1202d70ddc4f16aed5890f14f2b2f64 Reviewed-on: https://gerrit.libreoffice.org/13287 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/tocread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx
index bab300661f1c..fe45eb07c3ac 100644
--- a/lotuswordpro/source/filter/tocread.cxx
+++ b/lotuswordpro/source/filter/tocread.cxx
@@ -67,7 +67,7 @@ CBenTOCReader::ReadLabelAndTOC()
if ((Err = ReadLabel(&TOCOffset, &cTOCSize)) != BenErr_OK)
return Err;
- unsigned long nLength;
+ sal_uLong nLength;
if ((Err = cpContainer->GetSize(&nLength)) != BenErr_OK)
return Err;