summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:15:06 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:15:06 +0000
commit01198b0d6eed32d8609466ef5c1bffe57f5fc503 (patch)
tree42f42c88b6b067dfb7874bd962158648713894c7 /extensions/source/propctrlr/propertyhandler.cxx
parent013dbdfbf92f4d8dd53d13069274797c248f3436 (diff)
INTEGRATION: CWS mba30patches01 (1.11.40); FILE MERGED
2008/04/23 10:50:00 mba 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:41:00 mba 1.11.40.1: #i86365#: remove unused code
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 );