summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/controllerframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/misc/controllerframe.cxx')
-rw-r--r--dbaccess/source/ui/misc/controllerframe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/controllerframe.cxx b/dbaccess/source/ui/misc/controllerframe.cxx
index f10b18cf92b9..ecc2647e8680 100644
--- a/dbaccess/source/ui/misc/controllerframe.cxx
+++ b/dbaccess/source/ui/misc/controllerframe.cxx
@@ -126,7 +126,7 @@ namespace dbaui
if ( _rData.m_pListener.get() )
{
_rData.m_pListener->dispose();
- _rData.m_pListener = NULL;
+ _rData.m_pListener = nullptr;
}
// remember new frame
@@ -245,7 +245,7 @@ namespace dbaui
void FrameWindowActivationListener::dispose()
{
impl_registerOnFrameContainerWindow_nothrow( false );
- m_pData = NULL;
+ m_pData = nullptr;
}
void FrameWindowActivationListener::impl_registerOnFrameContainerWindow_nothrow( bool _bRegister )