summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 44e1a6967045..7250ea1bf3aa 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -95,7 +95,7 @@ class SVX_DLLPUBLIC FmFormShell : public SfxShell
};
friend class FormShellWaitObject;
- const OutputDevice* GetCurrentViewDevice() const { return m_pFormView ? m_pFormView->GetActualOutDev() : NULL; }
+ const OutputDevice* GetCurrentViewDevice() const { return m_pFormView ? m_pFormView->GetActualOutDev() : nullptr; }
public:
SFX_DECL_INTERFACE(SVX_INTERFACE_FORM_SH)
@@ -106,7 +106,7 @@ private:
static void InitInterface_Impl();
public:
- FmFormShell(SfxViewShell* pParent, FmFormView* pView = NULL);
+ FmFormShell(SfxViewShell* pParent, FmFormView* pView = nullptr);
virtual ~FmFormShell();
void Execute( SfxRequest& );