summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/utbenvs.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
commit8021c2f31277989f87ca8224234358760bb3c865 (patch)
tree9675645b64b705b590bf1f68556414bd6caecda9 /lotuswordpro/source/filter/utbenvs.cxx
parentfix mis-merge in oox (diff)
downloadcore-8021c2f31277989f87ca8224234358760bb3c865.tar.gz
core-8021c2f31277989f87ca8224234358760bb3c865.zip
convert tools type in lotuswordpro
Diffstat (limited to 'lotuswordpro/source/filter/utbenvs.cxx')
-rw-r--r--lotuswordpro/source/filter/utbenvs.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/utbenvs.cxx b/lotuswordpro/source/filter/utbenvs.cxx
index 7cd37efa8058..6fdb838f2bdb 100644
--- a/lotuswordpro/source/filter/utbenvs.cxx
+++ b/lotuswordpro/source/filter/utbenvs.cxx
@@ -59,7 +59,7 @@ namespace OpenStormBento
{
/*
* useless in SODC
-void LtcUtBenValueStream::GetAmountLeft(ULONG * pAmtLeft)
+void LtcUtBenValueStream::GetAmountLeft(sal_uLong * pAmtLeft)
{
if (cCurrentPosition >= m_ulValueLength)
{
@@ -78,7 +78,7 @@ void LtcUtBenValueStream::GetAmountLeft(ULONG * pAmtLeft)
* @param number of bytes to be read
* @return number of bytes read
*/
-ULONG LtcUtBenValueStream::GetData( void* pData, ULONG nSize )
+sal_uLong LtcUtBenValueStream::GetData( void* pData, sal_uLong nSize )
{
//unsigned long AmtLeft;
unsigned long AmtRead;
@@ -98,7 +98,7 @@ ULONG LtcUtBenValueStream::GetData( void* pData, ULONG nSize )
* @param size of buffer to be written
* @return number of bytes written into value stream
*/
-ULONG LtcUtBenValueStream::PutData( const void* /*pData*/, ULONG nSize )
+sal_uLong LtcUtBenValueStream::PutData( const void* /*pData*/, sal_uLong nSize )
{
/* Because we only support IMPORT filter, PutData implementation is ignored
It won't bring negative influence to read-only stream object */
@@ -111,7 +111,7 @@ ULONG LtcUtBenValueStream::PutData( const void* /*pData*/, ULONG nSize )
* @param position in value stream
* @return current position in value stream
*/
- ULONG LtcUtBenValueStream::SeekPos( ULONG nPos )
+ sal_uLong LtcUtBenValueStream::SeekPos( sal_uLong nPos )
{
if (nPos <= m_ulValueLength)
cCurrentPosition = nPos;
@@ -125,7 +125,7 @@ ULONG LtcUtBenValueStream::PutData( const void* /*pData*/, ULONG nSize )
* @param size of buffer
* @return
*/
- void LtcUtBenValueStream::SetSize( ULONG /*nSize*/ )
+ void LtcUtBenValueStream::SetSize( sal_uLong /*nSize*/ )
{
//pLtcBenContainer pContainer = cpValue->GetContainer();
//pContainer->GetStream()->SetStreamSize(nSize);