diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-08-20 09:21:59 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-08-20 09:21:59 +0000 |
commit | a56ebe278ae13de0a2baa821e30c16b4f06a4191 (patch) | |
tree | 7987737f93d9ec004a77b5ab9c93dc4851b6deb1 /framework/source/register | |
parent | 8bdfc1a9efb7d17a4ca17bd179d9d7c33a397328 (diff) |
#100825# New services for path settings and path substitution
Diffstat (limited to 'framework/source/register')
-rw-r--r-- | framework/source/register/registertemp.cxx | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/framework/source/register/registertemp.cxx b/framework/source/register/registertemp.cxx index 3646162c0224..aa229e55b438 100644 --- a/framework/source/register/registertemp.cxx +++ b/framework/source/register/registertemp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registertemp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: as $ $Date: 2001-07-02 13:40:08 $ + * last change: $Author: cd $ $Date: 2002-08-20 10:19:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,6 +111,14 @@ #include <services/contenthandlerfactory.hxx> #endif +#ifndef __FRAMEWORK_SERVICES_SUBSTPATHVARS_HXX_ +#include <services/substitutepathvars.hxx> +#endif + +#ifndef __FRAMEWORK_SERVICES_PATHSETTINGS_HXX_ +#include <services/pathsettings.hxx> +#endif + COMPONENTGETIMPLEMENTATIONENVIRONMENT COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::MediaTypeDetectionHelper ) @@ -118,11 +126,15 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::MediaTypeDetectionHelper COMPONENTINFO( ::framework::FilterFactory ) COMPONENTINFO( ::framework::TypeDetection ) COMPONENTINFO( ::framework::ContentHandlerFactory ) + COMPONENTINFO( ::framework::SubstitutePathVariables ) + COMPONENTINFO( ::framework::PathSettings ) ) COMPONENTGETFACTORY ( IFFACTORY( ::framework::MediaTypeDetectionHelper ) else IFFACTORY( ::framework::FrameLoaderFactory ) else IFFACTORY( ::framework::FilterFactory ) else IFFACTORY( ::framework::TypeDetection ) else - IFFACTORY( ::framework::ContentHandlerFactory ) + IFFACTORY( ::framework::ContentHandlerFactory ) else + IFFACTORY( ::framework::SubstitutePathVariables ) else + IFFACTORY( ::framework::PathSettings ) ) |