summaryrefslogtreecommitdiff
path: root/include/sfx2/progress.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/progress.hxx')
-rw-r--r--include/sfx2/progress.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index b1c05e3bcc27..f613a3df5657 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -59,7 +59,7 @@ public:
void Stop();
- static SfxProgress* GetActiveProgress( SfxObjectShell *pDocSh = 0 );
+ static SfxProgress* GetActiveProgress( SfxObjectShell *pDocSh = nullptr );
static void EnterLock();
static void LeaveLock();
};