summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/ContextChangeEventMultiplexer.cxx')
-rw-r--r--svx/source/sidebar/ContextChangeEventMultiplexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/ContextChangeEventMultiplexer.cxx b/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
index 58eb5e49049a..3a70fa51b94c 100644
--- a/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
+++ b/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
@@ -57,7 +57,7 @@ void ContextChangeEventMultiplexer::NotifyContextChange (
SfxViewShell* pViewShell,
const ::sfx2::sidebar::EnumContext::Context eContext)
{
- if (pViewShell != NULL)
+ if (pViewShell != nullptr)
NotifyContextChange(pViewShell->GetController(), eContext);
}