summaryrefslogtreecommitdiff
path: root/forms/source/helper/windowstateguard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/windowstateguard.cxx')
-rw-r--r--forms/source/helper/windowstateguard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx
index b5aeec7d562a..330424e9a6e4 100644
--- a/forms/source/helper/windowstateguard.cxx
+++ b/forms/source/helper/windowstateguard.cxx
@@ -198,7 +198,7 @@ namespace frm
if ( m_pImpl.is() )
{
m_pImpl->dispose();
- m_pImpl = NULL;
+ m_pImpl = nullptr;
}
Reference< XPropertySet > xModelProps( _rxModel, UNO_QUERY );