diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 14:00:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 14:00:31 +0000 |
commit | 9c52b799a451885f9ee323d67d542795c985ad21 (patch) | |
tree | dc36ff2ebaee81b9ea12409d9ab5469b43838167 /extensions/source | |
parent | 40165c0d9f305f4e5c3e75d9b6dde5ddfa471c7c (diff) |
INTEGRATION: CWS wae4extensions (1.10.44); FILE MERGED
2007/09/27 07:18:25 fs 1.10.44.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/propertyhandler.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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 ); |