summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-27 15:40:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-28 07:26:58 +0100
commit7c548bf66af69a308ab891bc396cc192c9bf30c9 (patch)
tree54eb22aca557f4fb088ee040ce76ea44b095ce95 /svx/inc
parent8f88161bbd043208480ef01278ceaae38599725a (diff)
loplugin:countusersofdefaultparams in svx
Change-Id: I2c9ea6c38b75dcafeb36931b6c2e94489819144f Reviewed-on: https://gerrit.libreoffice.org/45336 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/dragmt3d.hxx8
-rw-r--r--svx/inc/sdr/contact/objectcontactofpageview.hxx2
2 files changed, 5 insertions, 5 deletions
diff --git a/svx/inc/dragmt3d.hxx b/svx/inc/dragmt3d.hxx
index 0966fbf91981..d8eba435c667 100644
--- a/svx/inc/dragmt3d.hxx
+++ b/svx/inc/dragmt3d.hxx
@@ -67,7 +67,7 @@ public:
SdrDragView &rView,
const SdrMarkList& rMark,
E3dDragConstraint eConstr,
- bool bFull = false);
+ bool bFull);
virtual void TakeSdrDragComment(OUString& rStr) const override;
virtual bool BeginSdrDrag() override;
@@ -89,7 +89,7 @@ public:
SdrDragView &rView,
const SdrMarkList& rMark,
E3dDragConstraint eConstr,
- bool bFull = false);
+ bool bFull);
virtual void MoveSdrDrag(const Point& rPnt) override;
virtual Pointer GetSdrDragPointer() const override;
@@ -106,8 +106,8 @@ public:
SdrDragView &rView,
const SdrMarkList& rMark,
SdrHdlKind eDrgHdl,
- E3dDragConstraint eConstr = E3dDragConstraint::XYZ,
- bool bFull = false);
+ E3dDragConstraint eConstr,
+ bool bFull);
virtual void MoveSdrDrag(const Point& rPnt) override;
virtual Pointer GetSdrDragPointer() const override;
diff --git a/svx/inc/sdr/contact/objectcontactofpageview.hxx b/svx/inc/sdr/contact/objectcontactofpageview.hxx
index 3f081299e926..28c54434c9ad 100644
--- a/svx/inc/sdr/contact/objectcontactofpageview.hxx
+++ b/svx/inc/sdr/contact/objectcontactofpageview.hxx
@@ -48,7 +48,7 @@ namespace sdr
// basic constructor, used from SdrPageView.
explicit ObjectContactOfPageView(SdrPageWindow& rPageWindow,
- const sal_Char *pDebugName = nullptr);
+ const sal_Char *pDebugName);
virtual ~ObjectContactOfPageView() override;
// LazyInvalidate request. This is used from the VOCs to mark that they