summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.cxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.cxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.cxx b/extensions/source/propctrlr/propertyhandler.cxx
index 1e112f5e5bd0..5b3eb4919764 100644
--- a/extensions/source/propctrlr/propertyhandler.cxx
+++ b/extensions/source/propctrlr/propertyhandler.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: propertyhandler.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -80,22 +80,6 @@ namespace pcr
}
//--------------------------------------------------------------------
- PropertyHandler::PropertyHandler( const Reference< XMultiServiceFactory >& _rxLegacyFactory )
- :PropertyHandler_Base( m_aMutex )
- ,m_bSupportedPropertiesAreKnown( false )
- ,m_aPropertyListeners( m_aMutex )
- ,m_aContext( _rxLegacyFactory )
- ,m_pInfoService ( new OPropertyInfoService )
- {
- DBG_CTOR( PropertyHandler, NULL );
-
- m_xTypeConverter = Reference< XTypeConverter >(
- m_aContext.createComponent( "com.sun.star.script.Converter" ),
- UNO_QUERY_THROW
- );
- }
-
- //--------------------------------------------------------------------
PropertyHandler::~PropertyHandler()
{
DBG_DTOR( PropertyHandler, NULL );