summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/utbenvs.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-12 21:00:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-13 10:16:07 +0100
commitb7af008a35f48b821dd95f3d2d945f254bf4ed26 (patch)
tree4ea4e0a6f0eed32e72f8c043b94cc2bfafebb165 /lotuswordpro/source/filter/utbenvs.cxx
parent46a924d34890f64e168ab247bcdad47cfc44a889 (diff)
remove first chunk of lotuswordpro warnings
Diffstat (limited to 'lotuswordpro/source/filter/utbenvs.cxx')
-rw-r--r--lotuswordpro/source/filter/utbenvs.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/utbenvs.cxx b/lotuswordpro/source/filter/utbenvs.cxx
index 728f7fad5ff7..50ae0acfcd56 100644
--- a/lotuswordpro/source/filter/utbenvs.cxx
+++ b/lotuswordpro/source/filter/utbenvs.cxx
@@ -85,7 +85,7 @@ ULONG LtcUtBenValueStream::GetData( void* pData, ULONG nSize )
//GetAmountLeft(&AmtLeft);
//unsigned long AmtShouldRead = UtMin(nSize, AmtLeft);
- BenError Err = cpValue->ReadValueData(pData, cCurrentPosition, nSize,
+ /*BenError Err = */cpValue->ReadValueData(pData, cCurrentPosition, nSize,
&AmtRead);
cCurrentPosition += 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 )
+ULONG LtcUtBenValueStream::PutData( const void* /*pData*/, ULONG nSize )
{
/* Because we only support IMPORT filter, PutData implementation is ignored
It won't bring negative influence to read-only stream object */
@@ -125,9 +125,9 @@ ULONG LtcUtBenValueStream::PutData( const void* pData, ULONG nSize )
* @param size of buffer
* @return
*/
- void LtcUtBenValueStream::SetSize( ULONG nSize )
+ void LtcUtBenValueStream::SetSize( ULONG /*nSize*/ )
{
- pLtcBenContainer pContainer = cpValue->GetContainer();
+ //pLtcBenContainer pContainer = cpValue->GetContainer();
//pContainer->GetStream()->SetStreamSize(nSize);
return;