diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 09:09:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 09:09:33 +0000 |
commit | 4c599b5038b564c88844d9a313dbf2b043cc9bb2 (patch) | |
tree | 672dff259a41ab6251fb58c2cf4d6295443b1fa7 /unotools | |
parent | 17eb1e7177aee312f64a46ac23652c4ca7d1f69e (diff) |
#65293#: unotools/componentfactory -> comphelper/componentfactory
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/charclass.cxx | 10 | ||||
-rw-r--r-- | unotools/source/i18n/localedatawrapper.cxx | 10 | ||||
-rw-r--r-- | unotools/source/i18n/numberformatcodewrapper.cxx | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/unotools/source/i18n/charclass.cxx b/unotools/source/i18n/charclass.cxx index a59594bc4104..472be9eb18d7 100644 --- a/unotools/source/i18n/charclass.cxx +++ b/unotools/source/i18n/charclass.cxx @@ -2,9 +2,9 @@ * * $RCSfile: charclass.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2000-10-29 17:15:39 $ + * last change: $Author: hr $ $Date: 2000-11-07 10:09:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ #include <tools/debug.hxx> #endif -#ifndef _UNOTOOLS_COMPONENTFACTORY_HXX_ -#include <unotools/componentfactory.hxx> +#ifndef _COMPHELPER_COMPONENTFACTORY_HXX_ +#include <comphelper/componentfactory.hxx> #endif #ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_ @@ -138,7 +138,7 @@ void CharClass::getComponentInstance() { // CharClass may be needed by "small tools" like the Setup // => maybe no service manager => loadLibComponentFactory - Reference < XInterface > xI = ::utl::getComponentInstance( + Reference < XInterface > xI = ::comphelper::getComponentInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LLCF_LIBNAME( CHARCLASS_LIBRARYNAME ) ) ), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( CHARCLASS_SERVICENAME ) ) ); if ( xI.is() ) diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index c5a43025552b..69fb660d5302 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localedatawrapper.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: er $ $Date: 2000-11-04 21:46:40 $ + * last change: $Author: hr $ $Date: 2000-11-07 10:09:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,8 +69,8 @@ #include <tools/debug.hxx> #endif -#ifndef _UNOTOOLS_COMPONENTFACTORY_HXX_ -#include <unotools/componentfactory.hxx> +#ifndef _COMPHELPER_COMPONENTFACTORY_HXX_ +#include <comphelper/componentfactory.hxx> #endif #ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_ @@ -127,7 +127,7 @@ LocaleDataWrapper::LocaleDataWrapper( DBG_ERRORFILE( "LocaleDataWrapper: no service manager, trying own" ); try { - Reference< XInterface > xI = ::utl::getComponentInstance( + Reference< XInterface > xI = ::comphelper::getComponentInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LLCF_LIBNAME( LOCALEDATA_LIBRARYNAME ) ) ), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LOCALEDATA_SERVICENAME ) ) ); if ( xI.is() ) diff --git a/unotools/source/i18n/numberformatcodewrapper.cxx b/unotools/source/i18n/numberformatcodewrapper.cxx index 77b50a8d201f..59f958776d8b 100644 --- a/unotools/source/i18n/numberformatcodewrapper.cxx +++ b/unotools/source/i18n/numberformatcodewrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numberformatcodewrapper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: er $ $Date: 2000-11-03 16:06:17 $ + * last change: $Author: hr $ $Date: 2000-11-07 10:09:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ #include <tools/debug.hxx> #endif -#ifndef _UNOTOOLS_COMPONENTFACTORY_HXX_ -#include <unotools/componentfactory.hxx> +#ifndef _COMPHELPER_COMPONENTFACTORY_HXX_ +#include <comphelper/componentfactory.hxx> #endif #ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_ @@ -114,7 +114,7 @@ NumberFormatCodeWrapper::NumberFormatCodeWrapper( DBG_ERRORFILE( "NumberFormatCodeWrapper: no service manager, trying own" ); try { - Reference< XInterface > xI = ::utl::getComponentInstance( + Reference< XInterface > xI = ::comphelper::getComponentInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LLCF_LIBNAME( LOCALEDATA_LIBRARYNAME ) ) ), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LOCALEDATA_SERVICENAME ) ) ); if ( xI.is() ) |