summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/navigatr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/navigatr.hxx')
-rw-r--r--sd/source/ui/inc/navigatr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx
index e0c1694ce85f..2a15962c9c8f 100644
--- a/sd/source/ui/inc/navigatr.hxx
+++ b/sd/source/ui/inc/navigatr.hxx
@@ -60,7 +60,7 @@ public:
NavDocInfo()
: bName(false)
, bActive(false)
- , mpDocShell(NULL)
+ , mpDocShell(nullptr)
{
}
@@ -102,7 +102,7 @@ public:
virtual void KeyInput( const KeyEvent& rKEvt ) override;
void InitTreeLB( const SdDrawDocument* pDoc );
- void RefreshDocumentLB( const OUString* pDocName = NULL );
+ void RefreshDocumentLB( const OUString* pDocName = nullptr );
bool InsertFile(const OUString& rFileName);