summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.hxx
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/lwplayout.hxx
parent46a924d34890f64e168ab247bcdad47cfc44a889 (diff)
remove first chunk of lotuswordpro warnings
Diffstat (limited to 'lotuswordpro/source/filter/lwplayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwplayout.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwplayout.hxx b/lotuswordpro/source/filter/lwplayout.hxx
index 58eb7205e55c..f843ca7a5231 100644
--- a/lotuswordpro/source/filter/lwplayout.hxx
+++ b/lotuswordpro/source/filter/lwplayout.hxx
@@ -101,8 +101,8 @@ public:
inline virtual sal_uInt16 GetNumCols(){return 1;}
virtual double GetColWidth(sal_uInt16 nIndex);
virtual double GetColGap(sal_uInt16 nIndex);
- virtual double GetMarginsValue(const sal_uInt8& nWhichSide){return 0;}
- virtual double GetExtMarginsValue(const sal_uInt8& nWhichSide){return 0;}
+ virtual double GetMarginsValue(const sal_uInt8& /*nWhichSide*/){return 0;}
+ virtual double GetExtMarginsValue(const sal_uInt8& /*nWhichSide*/){return 0;}
virtual sal_Bool IsAutoGrow(){ return sal_False;}
virtual sal_Bool IsAutoGrowUp(){ return sal_False;}
virtual sal_Bool IsAutoGrowDown(){ return sal_False;}
@@ -135,7 +135,7 @@ public:
virtual sal_Bool IsUseOnAllEvenPages(){ return sal_False;}
virtual sal_Bool IsUseOnAllOddPages(){ return sal_False;}
virtual sal_Bool IsUseOnPage(){ return sal_False;}
- virtual sal_Int32 GetPageNumber(sal_uInt16 nLayoutNumber = 0){ return -1;}
+ virtual sal_Int32 GetPageNumber(sal_uInt16 /*nLayoutNumber*/ = 0){ return -1;}
virtual sal_Bool IsMinimumHeight();
virtual sal_Bool IsForWaterMark(){ return sal_False;}
virtual LwpPara* GetLastParaOfPreviousStory() { return NULL; }
@@ -427,7 +427,7 @@ public:
virtual sal_Bool IsAnchorPage();
virtual sal_Bool IsAnchorFrame();
virtual sal_Bool IsAnchorCell();
- virtual void XFConvertFrame(XFContentContainer* pCont, sal_Int32 nStart = 0, sal_Int32 nEnd = 0, sal_Bool bAll = sal_False){}
+ virtual void XFConvertFrame(XFContentContainer* /*pCont*/, sal_Int32 /*nStart*/ = 0, sal_Int32 /*nEnd*/ = 0, sal_Bool /*bAll*/ = sal_False) {}
XFFont* GetFont();
void SetFont(XFFont* pFont);
enum WrapType