diff options
Diffstat (limited to 'include/svx/svdglev.hxx')
-rw-r--r-- | include/svx/svdglev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx index b920d248ab0f..50beed43bd45 100644 --- a/include/svx/svdglev.hxx +++ b/include/svx/svdglev.hxx @@ -40,7 +40,7 @@ class SVX_DLLPUBLIC SdrGlueEditView: public SdrPolyEditView protected: // #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView - SdrGlueEditView(SdrModel* pModel1, OutputDevice* pOut = nullptr); + SdrGlueEditView(SdrModel* pModel1, OutputDevice* pOut); virtual ~SdrGlueEditView() override; public: @@ -72,7 +72,7 @@ public: // delete all marked GluePoints void DeleteMarkedGluePoints(); - void MoveMarkedGluePoints (const Size& rSiz, bool bCopy=false); + void MoveMarkedGluePoints (const Size& rSiz, bool bCopy); void ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy); void RotateMarkedGluePoints(const Point& rRef, long nAngle, bool bCopy); }; |