summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 11:33:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 12:12:22 +0200
commit1ba4bb6397e5be8f30c79371a330077829c74742 (patch)
treef2abf920c36f0a346712717d6c33e15a3ff61e69 /lotuswordpro
parentdd6ea56c028079ce80ff9fc2db43ffd35e4d8489 (diff)
loplugin:countusersofdefaultparams in editeng..rsc
Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfribtext.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xffloatframe.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfpagemaster.hxx8
3 files changed, 6 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtext.hxx b/lotuswordpro/source/filter/lwpfribtext.hxx
index 138ef9a22e76..92c9d1121c13 100644
--- a/lotuswordpro/source/filter/lwpfribtext.hxx
+++ b/lotuswordpro/source/filter/lwpfribtext.hxx
@@ -66,7 +66,7 @@
class LwpFribText : public LwpFrib
{
public:
- LwpFribText( LwpPara* pPara, bool bNoUnicode=false);
+ LwpFribText( LwpPara* pPara, bool bNoUnicode);
virtual ~LwpFribText() override {}
void Read(LwpObjectStream* pObjStrm, sal_uInt16 len) override;
void XFConvert(XFContentContainer* pXFPara,LwpStory* pStory);
diff --git a/lotuswordpro/source/filter/xfilter/xffloatframe.hxx b/lotuswordpro/source/filter/xfilter/xffloatframe.hxx
index eaa43bff30c6..0931c6da62b1 100644
--- a/lotuswordpro/source/filter/xfilter/xffloatframe.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffloatframe.hxx
@@ -75,7 +75,7 @@ public:
/**
* @descr output range: [start,end], not [start,end).
*/
- XFFloatFrame(sal_Int32 start, sal_Int32 end, bool all=false);
+ XFFloatFrame(sal_Int32 start, sal_Int32 end, bool all);
public:
void ToXml(IXFStream *pStrm) override;
diff --git a/lotuswordpro/source/filter/xfilter/xfpagemaster.hxx b/lotuswordpro/source/filter/xfilter/xfpagemaster.hxx
index a6e9fb5eb11b..845d781608be 100644
--- a/lotuswordpro/source/filter/xfilter/xfpagemaster.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfpagemaster.hxx
@@ -85,7 +85,7 @@ public:
void SetPageHeight(double height);
- void SetMargins(double left, double right, double top=-1, double bottom=-1);
+ void SetMargins(double left, double right, double top, double bottom);
void SetPageUsage(enumXFPageUsage usage);
@@ -108,9 +108,9 @@ public:
void SetFootNoteSeparator(enumXFAlignType align,
double width,
sal_Int32 lengthPercent,
- double spaceAbove = 0.1,
- double spaceBelow = 0.1,
- XFColor color=XFColor(0,0,0)
+ double spaceAbove,
+ double spaceBelow,
+ XFColor color
);
virtual enumXFStyle GetStyleFamily() override;