diff options
Diffstat (limited to 'sfx2/source/inc/slotserv.hxx')
-rw-r--r-- | sfx2/source/inc/slotserv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/slotserv.hxx b/sfx2/source/inc/slotserv.hxx index b8eff4334b30..34e02d3b3fca 100644 --- a/sfx2/source/inc/slotserv.hxx +++ b/sfx2/source/inc/slotserv.hxx @@ -46,7 +46,7 @@ inline SfxSlotServer::SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ): } inline SfxSlotServer::SfxSlotServer(): - _pSlot(0), + _pSlot(nullptr), _nShellLevel(0) { } |