summaryrefslogtreecommitdiffstats
path: root/framework/source/register/registerservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/register/registerservices.cxx')
-rw-r--r--framework/source/register/registerservices.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx
index cf1c6271317b..d8f1520eea34 100644
--- a/framework/source/register/registerservices.cxx
+++ b/framework/source/register/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: as $ $Date: 2000-12-13 09:50:53 $
+ * last change: $Author: as $ $Date: 2000-12-20 09:48:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,10 +115,6 @@
#include <services/frame.hxx>
#endif
-#ifndef __FRAMEWORK_SERVICES_FRAMELOADERFACTORY_HXX_
-#include <services/frameloaderfactory.hxx>
-#endif
-
#ifdef TF_FILTER//MUSTFILTER
#ifndef __FRAMEWORK_SERVICES_FILTERFACTORY_HXX_
#include <services/filterfactory.hxx>
@@ -137,7 +133,6 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
COMPONENTINFO( ::framework::Desktop )
COMPONENTINFO( ::framework::Task )
COMPONENTINFO( ::framework::Frame )
- COMPONENTINFO( ::framework::FrameLoaderFactory )
COMPONENTINFO( ::framework::FilterFactory )
COMPONENTINFO( ::framework::TypeDetection )
COMPONENTINFO( ::framework::DocumentProperties )
@@ -148,7 +143,6 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
IFFACTORY( ::framework::Desktop ) else
IFFACTORY( ::framework::Task ) else
IFFACTORY( ::framework::Frame ) else
- IFFACTORY( ::framework::FrameLoaderFactory ) else
IFFACTORY( ::framework::FilterFactory ) else
IFFACTORY( ::framework::TypeDetection ) else
IFFACTORY( ::framework::DocumentProperties )
@@ -159,7 +153,6 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
COMPONENTINFO( ::framework::Desktop )
COMPONENTINFO( ::framework::Task )
COMPONENTINFO( ::framework::Frame )
- COMPONENTINFO( ::framework::FrameLoaderFactory )
COMPONENTINFO( ::framework::DocumentProperties )
)
@@ -168,7 +161,6 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
IFFACTORY( ::framework::Desktop ) else
IFFACTORY( ::framework::Task ) else
IFFACTORY( ::framework::Frame ) else
- IFFACTORY( ::framework::FrameLoaderFactory ) else
IFFACTORY( ::framework::DocumentProperties )
)
#endif//MUSTFILTER