diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-10-23 09:49:52 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-10-23 09:49:52 +0000 |
commit | 5a77392ce7616276751b01169e8bff015e7bee68 (patch) | |
tree | 2f4e7b79a71ba547f1a36cdda6f76f8c0577444d /framework | |
parent | 5483515bdd180fa656a6bb83695e9cda9531b5bd (diff) |
MUST unotools->comphelper
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/application/framework.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/application/framework.cxx b/framework/source/application/framework.cxx index 8c2ed764700b..7533106b6379 100644 --- a/framework/source/application/framework.cxx +++ b/framework/source/application/framework.cxx @@ -2,9 +2,9 @@ * * $RCSfile: framework.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:29:23 $ + * last change: $Author: as $ $Date: 2000-10-23 10:49:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -139,8 +139,8 @@ // other includes //_________________________________________________________________________________________________________________ -#ifndef _UNOTOOLS_PROCESSFACTORY_HXX_ -#include <unotools/processfactory.hxx> +#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ +#include <comphelper/processfactory.hxx> #endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ @@ -181,7 +181,7 @@ using namespace ::rtl ; using namespace ::vos ; -using namespace ::utl ; +using namespace ::comphelper ; using namespace ::framework ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::lang ; |