summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusumry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fusumry.cxx')
-rw-r--r--sd/source/ui/func/fusumry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx
index f81950cc2bab..c3c27fb8dc10 100644
--- a/sd/source/ui/func/fusumry.cxx
+++ b/sd/source/ui/func/fusumry.cxx
@@ -63,8 +63,8 @@ rtl::Reference<FuPoor> FuSummaryPage::Create( ViewShell* pViewSh, ::sd::Window*
void FuSummaryPage::DoExecute( SfxRequest& )
{
- ::sd::Outliner* pOutl = NULL;
- SdPage* pSummaryPage = NULL;
+ ::sd::Outliner* pOutl = nullptr;
+ SdPage* pSummaryPage = nullptr;
sal_uInt16 i = 0;
sal_uInt16 nFirstPage = SDRPAGE_NOTFOUND;
sal_uInt16 nSelectedPages = 0;
@@ -92,7 +92,7 @@ void FuSummaryPage::DoExecute( SfxRequest& )
bool bBegUndo = false;
- SfxStyleSheet* pStyle = NULL;
+ SfxStyleSheet* pStyle = nullptr;
for (i = nFirstPage; i < nCount; i++)
{