diff options
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r-- | sfx2/source/view/impframe.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx index b3a15d2cab3f..18a3ec2e0b60 100644 --- a/sfx2/source/view/impframe.hxx +++ b/sfx2/source/view/impframe.hxx @@ -58,8 +58,8 @@ public: explicit SfxFrame_Impl( SfxFrame* pAntiImplP ) :nType( 0L ) - ,pCurrentViewFrame( NULL ) - ,pDescr( NULL ) + ,pCurrentViewFrame( nullptr ) + ,pDescr( nullptr ) ,nLocks( 0 ) ,bClosing(false) ,bPrepClosing(false) @@ -68,8 +68,8 @@ public: ,bReleasingComponent( false ) ,bInPlace( false ) ,pFrame( pAntiImplP ) - ,pWorkWin( 0 ) - ,pExternalContainerWindow( NULL ) + ,pWorkWin( nullptr ) + ,pExternalContainerWindow( nullptr ) ,bHidden( false ) ,bLockResize( false ) ,bMenuBarOn( true ) |