Kaydet (Commit) 01198b0d authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst 013dbdfb
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: propertyhandler.cxx,v $ * $RCSfile: propertyhandler.cxx,v $
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -79,22 +79,6 @@ namespace pcr ...@@ -79,22 +79,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() PropertyHandler::~PropertyHandler()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment