summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-02 16:34:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-05 05:54:31 +0000
commitfe3e1067bfa8d62d2a43c7ea227d87327ee020d2 (patch)
tree6759711f55c23b85b6c2bc3916c4a87b01f7b627 /include/filter
parent8cf59c674326d93de049ffe2c1d73d7f32e70d37 (diff)
loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtag
Change-Id: I081ed66a88fc11648f5c63919c3de2a71f1afd59 Reviewed-on: https://gerrit.libreoffice.org/31556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/escherex.hxx2
-rw-r--r--include/filter/msfilter/msdffimp.hxx4
-rw-r--r--include/filter/msfilter/mstoolbar.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index 746bb2a6d5e0..00286c91f814 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -533,7 +533,7 @@ public:
sal_uInt32 nPictureOffset,
const GraphicObject& rObj,
const OString& rId,
- const GraphicAttr* pAttr = nullptr
+ const GraphicAttr* pAttr
);
~EscherBlibEntry();
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 396f88e30f1b..ae17359f5517 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -100,7 +100,7 @@ public:
void SetDefaultPropSet( SvStream& rIn, sal_uInt32 nOffDgg ) const;
void ApplyAttributes( SvStream& rIn, SfxItemSet& rSet ) const;
void ApplyAttributes( SvStream& rIn, SfxItemSet& rSet, DffObjData& rObjData ) const;
- void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans, double dBackTrans = 1.0 ) const;
+ void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans, double dBackTrans ) const;
};
#define COL_DEFAULT RGB_COLORDATA( 0xFA, 0xFB, 0xFC )
@@ -588,7 +588,7 @@ public:
const OUString& rBaseURL,
sal_uInt32 nOffsDgg,
SvStream* pStData,
- SdrModel* pSdrModel_ = nullptr,
+ SdrModel* pSdrModel_,
long nApplicationScale = 0,
ColorData mnDefaultColor_ = COL_DEFAULT,
SvStream* pStData2_ = nullptr,
diff --git a/include/filter/msfilter/mstoolbar.hxx b/include/filter/msfilter/mstoolbar.hxx
index 0f35c5ce83b6..ab3143a87586 100644
--- a/include/filter/msfilter/mstoolbar.hxx
+++ b/include/filter/msfilter/mstoolbar.hxx
@@ -95,7 +95,7 @@ public:
class Indent
{
public:
- Indent( bool binit = false )
+ Indent( bool binit )
{
if ( binit )
TBBase::nIndent = 0;