summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptblcell.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/lwptblcell.cxx
parentAdd vim/emacs modelines to all source files (diff)
downloadcore-b7af008a35f48b821dd95f3d2d945f254bf4ed26.tar.gz
core-b7af008a35f48b821dd95f3d2d945f254bf4ed26.zip
remove first chunk of lotuswordpro warnings
Diffstat (limited to 'lotuswordpro/source/filter/lwptblcell.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptblcell.cxx27
1 files changed, 18 insertions, 9 deletions
diff --git a/lotuswordpro/source/filter/lwptblcell.cxx b/lotuswordpro/source/filter/lwptblcell.cxx
index 7c02744e05cb..7d7aabaa97a3 100644
--- a/lotuswordpro/source/filter/lwptblcell.cxx
+++ b/lotuswordpro/source/filter/lwptblcell.cxx
@@ -98,10 +98,12 @@ void LwpCellList::Read()
m_pObjStrm->SkipExtra();
}
- void LwpCellList::Parse(IXFStream* pOutputStream)
+
+void LwpCellList::Parse(IXFStream* /*pOutputStream*/)
{
}
-void LwpCellList::Convert(XFCell * pCell, LwpTableLayout* pCellsMap)
+
+void LwpCellList::Convert(XFCell * pCell, LwpTableLayout* /*pCellsMap*/)
{
LwpObjectID aValueID = GetValueID();
LwpNumericValue* pValue = (LwpNumericValue*)aValueID.obj();
@@ -124,7 +126,7 @@ void LwpNumericValue::Read()
m_pObjStrm->SkipExtra();
}
- void LwpNumericValue::Parse(IXFStream* pOutputStream)
+ void LwpNumericValue::Parse(IXFStream* /*pOutputStream*/)
{
}
//////////////////////////////////////////////////////////////////
@@ -149,7 +151,7 @@ void LwpRowList::Read()
m_pObjStrm->SkipExtra();
}
- void LwpRowList::Parse(IXFStream* pOutputStream)
+ void LwpRowList::Parse(IXFStream* /*pOutputStream*/)
{
}
@@ -169,9 +171,11 @@ void LwpTableRange::Read()
cpCellRange.ReadIndexed(m_pObjStrm);
m_pObjStrm->SkipExtra();
}
- void LwpTableRange::Parse(IXFStream* pOutputStream)
+
+void LwpTableRange::Parse(IXFStream* /*pOutputStream*/)
{
}
+
//////////////////////////////////////////////////////////////////
LwpCellRange::LwpCellRange(LwpObjectHeader &objHdr, LwpSvStream* pStrm):LwpObject(objHdr, pStrm)
{}
@@ -184,9 +188,11 @@ void LwpCellRange::Read()
cpFolder.ReadIndexed(m_pObjStrm);
m_pObjStrm->SkipExtra();
}
- void LwpCellRange::Parse(IXFStream* pOutputStream)
+
+void LwpCellRange::Parse(IXFStream* /*pOutputStream*/)
{
}
+
//////////////////////////////////////////////////////////////////
LwpFolder::LwpFolder(LwpObjectHeader &objHdr, LwpSvStream* pStrm):LwpDLVList(objHdr, pStrm)
@@ -209,12 +215,14 @@ void LwpFolder::Read()
cqTable.ReadIndexed(m_pObjStrm);
m_pObjStrm->SkipExtra();
}
- void LwpFolder::Parse(IXFStream* pOutputStream)
+
+void LwpFolder::Parse(IXFStream* /*pOutputStream*/)
{
}
+
//////////////////////////////////////////////////////////////////
- LwpDependent::LwpDependent(LwpObjectHeader &objHdr, LwpSvStream* pStrm):LwpDLVList(objHdr, pStrm)
+LwpDependent::LwpDependent(LwpObjectHeader &objHdr, LwpSvStream* pStrm):LwpDLVList(objHdr, pStrm)
{}
LwpDependent::~LwpDependent()
@@ -230,7 +238,8 @@ void LwpDependent::Read()
m_pObjStrm->SkipExtra();
}
- void LwpDependent::Parse(IXFStream* pOutputStream)
+
+void LwpDependent::Parse(IXFStream* /*pOutputStream*/)
{
}
//////////////////////////////////////////////////////////////////