From 9c52b799a451885f9ee323d67d542795c985ad21 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 14 Jan 2008 14:00:31 +0000 Subject: INTEGRATION: CWS wae4extensions (1.10.44); FILE MERGED 2007/09/27 07:18:25 fs 1.10.44.1: #i81612# warning-free code --- extensions/source/propctrlr/propertyhandler.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/source') diff --git a/extensions/source/propctrlr/propertyhandler.cxx b/extensions/source/propctrlr/propertyhandler.cxx index 6c4fc202e69d..89ed80fc5983 100644 --- a/extensions/source/propctrlr/propertyhandler.cxx +++ b/extensions/source/propctrlr/propertyhandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propertyhandler.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-07-06 08:53:26 $ + * last change: $Author: ihi $ $Date: 2008-01-14 15:00:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,10 +89,10 @@ namespace pcr //-------------------------------------------------------------------- PropertyHandler::PropertyHandler( const Reference< XComponentContext >& _rxContext ) :PropertyHandler_Base( m_aMutex ) - ,m_aContext( _rxContext ) - ,m_pInfoService ( new OPropertyInfoService ) ,m_bSupportedPropertiesAreKnown( false ) ,m_aPropertyListeners( m_aMutex ) + ,m_aContext( _rxContext ) + ,m_pInfoService ( new OPropertyInfoService ) { DBG_CTOR( PropertyHandler, NULL ); @@ -105,10 +105,10 @@ namespace pcr //-------------------------------------------------------------------- PropertyHandler::PropertyHandler( const Reference< XMultiServiceFactory >& _rxLegacyFactory ) :PropertyHandler_Base( m_aMutex ) - ,m_aContext( _rxLegacyFactory ) - ,m_pInfoService ( new OPropertyInfoService ) ,m_bSupportedPropertiesAreKnown( false ) ,m_aPropertyListeners( m_aMutex ) + ,m_aContext( _rxLegacyFactory ) + ,m_pInfoService ( new OPropertyInfoService ) { DBG_CTOR( PropertyHandler, NULL ); -- cgit