summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/tocread.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx
index 18a062d1bb1e..dff08e68e3cf 100644
--- a/lotuswordpro/source/filter/tocread.cxx
+++ b/lotuswordpro/source/filter/tocread.cxx
@@ -72,7 +72,7 @@ CBenTOCReader::ReadLabelAndTOC()
{
BenError Err;
- unsigned long TOCOffset;
+ tools::ULong TOCOffset;
if ((Err = ReadLabel(&TOCOffset, &cTOCSize)) != BenErr_OK)
return Err;
@@ -97,7 +97,7 @@ CBenTOCReader::ReadLabelAndTOC()
}
BenError
-CBenTOCReader::ReadLabel(unsigned long * pTOCOffset, unsigned long * pTOCSize)
+CBenTOCReader::ReadLabel(tools::ULong * pTOCOffset, tools::ULong * pTOCSize)
{
// If seek fails, then probably because stream is smaller than
// BEN_LABEL_SIZE and thus can't be Bento container
@@ -503,7 +503,7 @@ CBenTOCReader::GetCode()
}
BenError
-CBenTOCReader::GetData(void * pBuffer, unsigned long Amt)
+CBenTOCReader::GetData(void * pBuffer, tools::ULong Amt)
{
if (! CanGetData(Amt))
return BenErr_ReadPastEndOfTOC;