summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formcomponenthandler.cxx')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx b/extensions/source/propctrlr/formcomponenthandler.cxx
index 58253b1faa7e..ce1ca9855acb 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -2987,7 +2987,8 @@ namespace pcr
{
protected:
SQLCommandPropertyUI( const Reference< XPropertySet >& _rxObject )
- :m_xObject( _rxObject )
+ : m_xObject(_rxObject)
+ , m_refCount(0)
{
if ( !m_xObject.is() )
throw NullPointerException();