summaryrefslogtreecommitdiffstats
path: root/include/svx/fmpage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:25:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:50 +0100
commit6cd7bf2043146a630925a2e49336f02c802f707a (patch)
tree786cecd8ab993e25cda497d45b68007050c30d61 /include/svx/fmpage.hxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-6cd7bf2043146a630925a2e49336f02c802f707a.tar.gz
core-6cd7bf2043146a630925a2e49336f02c802f707a.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5
Diffstat (limited to 'include/svx/fmpage.hxx')
-rw-r--r--include/svx/fmpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx
index def260c9e8e2..03139b02e1db 100644
--- a/include/svx/fmpage.hxx
+++ b/include/svx/fmpage.hxx
@@ -58,7 +58,7 @@ public:
virtual SdrPage* Clone(SdrModel* pNewModel) const override;
virtual void InsertObject(SdrObject* pObj, size_t nPos = SAL_MAX_SIZE,
- const SdrInsertReason* pReason=NULL) override;
+ const SdrInsertReason* pReason=nullptr) override;
virtual SdrObject* RemoveObject(size_t nObjNum) override;
@@ -78,7 +78,7 @@ public:
protected:
FmFormPage(const FmFormPage& rPage);
- void lateInit(const FmFormPage& rPage, FmFormModel* pNewModel = 0);
+ void lateInit(const FmFormPage& rPage, FmFormModel* pNewModel = nullptr);
};
#endif // INCLUDED_SVX_FMPAGE_HXX