summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-11 11:27:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 06:34:23 +0000
commitc2808e3178b28528c23557321683b10b6ab5371f (patch)
tree531a69d274d4775594d95cec8d876acc8d67c22b /svx/inc
parenta9717054dcb59010c95bdbfdb440ac12e8703796 (diff)
loplugin:countusersofdefaultparams in svx
Change-Id: I610d8347129ac25420730ed7bf2855a5bdd0120f Reviewed-on: https://gerrit.libreoffice.org/29692 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/dragmt3d.hxx6
-rw-r--r--svx/inc/sdr/overlay/overlayhelpline.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlaymanagerbuffered.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlayrollingrectangle.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlaytools.hxx4
-rw-r--r--svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx4
-rw-r--r--svx/inc/sxmoitm.hxx2
-rw-r--r--svx/inc/xpolyimp.hxx2
8 files changed, 12 insertions, 12 deletions
diff --git a/svx/inc/dragmt3d.hxx b/svx/inc/dragmt3d.hxx
index 5097e0ac64a7..1bf8f9b2bcbd 100644
--- a/svx/inc/dragmt3d.hxx
+++ b/svx/inc/dragmt3d.hxx
@@ -66,7 +66,7 @@ public:
E3dDragMethod(
SdrDragView &rView,
const SdrMarkList& rMark,
- E3dDragConstraint eConstr = E3dDragConstraint::XYZ,
+ E3dDragConstraint eConstr,
bool bFull = false);
virtual void TakeSdrDragComment(OUString& rStr) const override;
@@ -88,7 +88,7 @@ public:
E3dDragRotate(
SdrDragView &rView,
const SdrMarkList& rMark,
- E3dDragConstraint eConstr = E3dDragConstraint::XYZ,
+ E3dDragConstraint eConstr,
bool bFull = false);
virtual void MoveSdrDrag(const Point& rPnt) override;
@@ -105,7 +105,7 @@ public:
E3dDragMove(
SdrDragView &rView,
const SdrMarkList& rMark,
- SdrHdlKind eDrgHdl = SdrHdlKind::Move,
+ SdrHdlKind eDrgHdl,
E3dDragConstraint eConstr = E3dDragConstraint::XYZ,
bool bFull = false);
diff --git a/svx/inc/sdr/overlay/overlayhelpline.hxx b/svx/inc/sdr/overlay/overlayhelpline.hxx
index 7329dcf40459..47783121f142 100644
--- a/svx/inc/sdr/overlay/overlayhelpline.hxx
+++ b/svx/inc/sdr/overlay/overlayhelpline.hxx
@@ -40,7 +40,7 @@ namespace sdr
public:
explicit OverlayHelplineStriped(
const basegfx::B2DPoint& rBasePos,
- SdrHelpLineKind eNewKind = SdrHelpLineKind::Point);
+ SdrHelpLineKind eNewKind);
virtual ~OverlayHelplineStriped() override;
// dat read access
diff --git a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx
index 42fcf21369c1..6712e498adfe 100644
--- a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx
+++ b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx
@@ -62,7 +62,7 @@ namespace sdr
OverlayManagerBuffered(
OutputDevice& rOutputDevice,
- bool bRefreshWithPreRendering = false);
+ bool bRefreshWithPreRendering);
virtual ~OverlayManagerBuffered() override;
public:
diff --git a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx
index 2cab78012114..7b00d905147b 100644
--- a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx
+++ b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx
@@ -46,7 +46,7 @@ namespace sdr
OverlayRollingRectangleStriped(
const basegfx::B2DPoint& rBasePos,
const basegfx::B2DPoint& rSecondPos,
- bool bExtendedLines = false,
+ bool bExtendedLines,
bool bShowBounds = true);
virtual ~OverlayRollingRectangleStriped() override;
diff --git a/svx/inc/sdr/overlay/overlaytools.hxx b/svx/inc/sdr/overlay/overlaytools.hxx
index 224135b3ec81..197cc715106b 100644
--- a/svx/inc/sdr/overlay/overlaytools.hxx
+++ b/svx/inc/sdr/overlay/overlaytools.hxx
@@ -95,8 +95,8 @@ namespace drawinglayer
const basegfx::B2DPoint& rBasePosition,
sal_uInt16 nCenterX,
sal_uInt16 nCenterY,
- double fShearX = 0.0,
- double fRotation = 0.0);
+ double fShearX,
+ double fRotation);
// data access
const BitmapEx& getBitmapEx() const { return maBitmapEx; }
diff --git a/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
index 90378651248d..656e8ea72384 100644
--- a/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
@@ -51,8 +51,8 @@ namespace drawinglayer
const ::basegfx::B2DHomMatrix& rTransform,
const attribute::SdrLineFillShadowTextAttribute& rSdrLFSTAttribute,
const ::basegfx::B2DPolygon& rTail,
- double fCornerRadiusX = 0.0,
- double fCornerRadiusY = 0.0);
+ double fCornerRadiusX,
+ double fCornerRadiusY);
// compare operator
virtual bool operator==(const BasePrimitive2D& rPrimitive) const override;
diff --git a/svx/inc/sxmoitm.hxx b/svx/inc/sxmoitm.hxx
index ec2697af9489..2ae11c2d74c1 100644
--- a/svx/inc/sxmoitm.hxx
+++ b/svx/inc/sxmoitm.hxx
@@ -26,7 +26,7 @@
// Only of the measure arrows are on the outside
class SdrMeasureOverhangItem: public SdrMetricItem {
public:
- SdrMeasureOverhangItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREOVERHANG,nVal) {}
+ SdrMeasureOverhangItem(long nVal): SdrMetricItem(SDRATTR_MEASUREOVERHANG,nVal) {}
virtual SfxPoolItem* Clone(SfxItemPool*) const override
{
return new SdrMeasureOverhangItem(*this);
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx
index c3a455a60e4f..0fbd187e4479 100644
--- a/svx/inc/xpolyimp.hxx
+++ b/svx/inc/xpolyimp.hxx
@@ -36,7 +36,7 @@ public:
sal_uInt16 nResize;
sal_uInt16 nPoints;
- ImpXPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize=16 );
+ ImpXPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize=16 );
ImpXPolygon( const ImpXPolygon& rImpXPoly );
~ImpXPolygon();