summaryrefslogtreecommitdiffstats
path: root/include/svx/svdmrkv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdmrkv.hxx')
-rw-r--r--include/svx/svdmrkv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index 49795e6fd187..4ceb3116ef1f 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -169,7 +169,7 @@ protected:
protected:
// #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView
- SdrMarkView(SdrModel* pModel1, OutputDevice* pOut = nullptr);
+ SdrMarkView(SdrModel* pModel1, OutputDevice* pOut);
virtual ~SdrMarkView() override;
public:
@@ -287,7 +287,7 @@ public:
// object (O2). In case of success the marking of O1 is deleted, a marking
// is created at O2 and sal_True is returned. With the parameter
// bPrev=sal_True the scan direction is turned to the other direction.
- bool MarkNextObj(const Point& rPnt, short nTol, bool bPrev=false);
+ bool MarkNextObj(const Point& rPnt, short nTol, bool bPrev);
// Mark all objects within a rectangular area
// Just objects are marked which are inclosed completely