From e5e3f9a529fee8423105294867834113c1d6521b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 17 Jul 2007 12:25:41 +0000 Subject: INTEGRATION: CWS basemodelrefactoring (1.37.40); FILE MERGED 2007/04/16 21:49:22 mba 1.37.40.2: registration of Frame services errorneously removed 2007/04/10 20:06:58 mba 1.37.40.1: #i75726#: service DocumentProperties now obsolete --- framework/source/register/registerservices.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'framework/source') diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx index 856963650abc..1f3e9a620c6f 100644 --- a/framework/source/register/registerservices.cxx +++ b/framework/source/register/registerservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: obo $ $Date: 2007-01-23 07:10:33 $ + * last change: $Author: obo $ $Date: 2007-07-17 13:25:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,9 +76,6 @@ #include #endif -#ifndef __FRAMEWORK_SERVICES_DOCUMENTPROPERTIES_HXX_ -#include -#endif #ifndef __FRAMEWORK_SERVICES_FRAME_HXX_ #include @@ -284,7 +281,6 @@ COMPONENTGETIMPLEMENTATIONENVIRONMENT COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer ) COMPONENTINFO( ::framework::Desktop ) COMPONENTINFO( ::framework::Frame ) - COMPONENTINFO( ::framework::DocumentProperties ) COMPONENTINFO( ::framework::SoundHandler ) COMPONENTINFO( ::framework::JobExecutor ) COMPONENTINFO( ::framework::DispatchRecorderSupplier ) @@ -338,7 +334,6 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else IFFACTORY( ::framework::Desktop ) else IFFACTORY( ::framework::Frame ) else - IFFACTORY( ::framework::DocumentProperties ) else IFFACTORY( ::framework::SoundHandler ) else IFFACTORY( ::framework::JobExecutor ) else IFFACTORY( ::framework::DispatchRecorderSupplier ) else -- cgit