diff options
-rw-r--r-- | ucbhelper/source/provider/providerhelper.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/providerhelper.cxx b/ucbhelper/source/provider/providerhelper.cxx index 2af38c6956a5..afc71da4a881 100644 --- a/ucbhelper/source/provider/providerhelper.cxx +++ b/ucbhelper/source/provider/providerhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: providerhelper.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:39:50 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:13:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,8 +138,8 @@ using namespace ucb_impl; ContentProviderImplHelper::ContentProviderImplHelper( const Reference< XMultiServiceFactory >& rXSMgr ) -: m_xSMgr( rXSMgr ), - m_pImpl( new ucb_impl::ContentProviderImplHelper_Impl ) +: m_pImpl( new ucb_impl::ContentProviderImplHelper_Impl ), + m_xSMgr( rXSMgr ) { } |