diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-24 10:43:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-24 10:44:30 +0200 |
commit | 1aa69bd5d4bdc8513892fb88760312fee52c310b (patch) | |
tree | 1ad956735ae6443e06ccc4b853058123e6f7493c /sd/inc | |
parent | 967436ba7c552ea8fa30fd3b7abced231e174951 (diff) |
loplugin:countusersofdefaultparams in sd..slideshow
Change-Id: Iaf10935d8f231676333018a5954d97defe35acf6
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 65d6cbda609b..dc23fed641da 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -151,7 +151,7 @@ protected: public: - SdPage(SdDrawDocument& rNewDoc, bool bMasterPage=false); + SdPage(SdDrawDocument& rNewDoc, bool bMasterPage); virtual ~SdPage() override; virtual SdrPage* Clone() const override; virtual SdrPage* Clone(SdrModel* pNewModel) const override; |