summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unopage.hxx')
-rw-r--r--sd/source/ui/inc/unopage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/unopage.hxx b/sd/source/ui/inc/unopage.hxx
index 2246b597c619..f9f83c4e581d 100644
--- a/sd/source/ui/inc/unopage.hxx
+++ b/sd/source/ui/inc/unopage.hxx
@@ -95,7 +95,7 @@ public:
virtual ~SdGenericDrawPage() throw();
// intern
- bool isValid() { return (SvxDrawPage::mpPage != NULL) && (mpModel != NULL); }
+ bool isValid() { return (SvxDrawPage::mpPage != nullptr) && (mpModel != nullptr); }
SdPage* GetPage() const { return static_cast<SdPage*>(SvxDrawPage::mpPage); }
SdXImpressDocument* GetModel() const;