summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:31 +0200
commit109f9fa26ad4ca92fa7e654b62499ad676c586e4 (patch)
tree4c0f12eee6a14b35198d3f4a8909b709cdbed400 /sfx2/source/statbar
parent332056e19798c7d1dcf9ab60589e9d156ff4baf3 (diff)
loplugin:defaultparams
Change-Id: I06cebd331b04ee496b2c3efecce4542705092e12
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index afa7638bb4ec..b2eca349ff7a 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -110,7 +110,7 @@ svt::StatusbarController* SAL_CALL SfxStatusBarControllerFactory(
if ( pModule )
pSlotPool = pModule->GetSlotPool();
else
- pSlotPool = &(SfxSlotPool::GetSlotPool( NULL ));
+ pSlotPool = &(SfxSlotPool::GetSlotPool());
const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path );
if ( pSlot )