summaryrefslogtreecommitdiff
path: root/include/svx/fmmodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmmodel.hxx')
-rw-r--r--include/svx/fmmodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fmmodel.hxx b/include/svx/fmmodel.hxx
index 655373ffe811..06a21fb35a5e 100644
--- a/include/svx/fmmodel.hxx
+++ b/include/svx/fmmodel.hxx
@@ -48,9 +48,9 @@ private:
public:
TYPEINFO_OVERRIDE();
- FmFormModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
- FmFormModel(const OUString& rPath, SfxItemPool* pPool=NULL,
- SfxObjectShell* pPers=NULL );
+ FmFormModel(SfxItemPool* pPool=nullptr, SfxObjectShell* pPers=nullptr );
+ FmFormModel(const OUString& rPath, SfxItemPool* pPool=nullptr,
+ SfxObjectShell* pPers=nullptr );
FmFormModel(const OUString& rPath, SfxItemPool* pPool, SfxObjectShell* pPers,
bool bUseExtColorTable);