summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/controlpropertyhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/controlpropertyhdl.cxx')
-rw-r--r--xmloff/source/forms/controlpropertyhdl.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/forms/controlpropertyhdl.cxx b/xmloff/source/forms/controlpropertyhdl.cxx
index 25a4b1c8c59c..855df152f336 100644
--- a/xmloff/source/forms/controlpropertyhdl.cxx
+++ b/xmloff/source/forms/controlpropertyhdl.cxx
@@ -47,13 +47,13 @@ namespace xmloff
//= OControlPropertyHandlerFactory
OControlPropertyHandlerFactory::OControlPropertyHandlerFactory()
- :m_pTextAlignHandler(NULL)
- ,m_pControlBorderStyleHandler(NULL)
- ,m_pControlBorderColorHandler(NULL)
- ,m_pRotationAngleHandler(NULL)
- ,m_pFontWidthHandler(NULL)
- ,m_pFontEmphasisHandler(NULL)
- ,m_pFontReliefHandler(NULL)
+ :m_pTextAlignHandler(nullptr)
+ ,m_pControlBorderStyleHandler(nullptr)
+ ,m_pControlBorderColorHandler(nullptr)
+ ,m_pRotationAngleHandler(nullptr)
+ ,m_pFontWidthHandler(nullptr)
+ ,m_pFontEmphasisHandler(nullptr)
+ ,m_pFontReliefHandler(nullptr)
{
}
@@ -70,7 +70,7 @@ namespace xmloff
const XMLPropertyHandler* OControlPropertyHandlerFactory::GetPropertyHandler(sal_Int32 _nType) const
{
- const XMLPropertyHandler* pHandler = NULL;
+ const XMLPropertyHandler* pHandler = nullptr;
switch (_nType)
{