summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.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/fmshell.hxx
parent28f4bee7bd7378141d8569186162e1a3166eb012 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5
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& );