summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx
index 3171deedab2c..2c21bf7cefaa 100644
--- a/extensions/source/propctrlr/usercontrol.hxx
+++ b/extensions/source/propctrlr/usercontrol.hxx
@@ -39,7 +39,8 @@ namespace pcr
{
public:
NumberFormatSampleField( vcl::Window* _pParent, WinBits _nStyle )
- :FormattedField( _pParent, _nStyle )
+ : FormattedField(_pParent, _nStyle)
+ , m_pHelper(nullptr)
{
}