summaryrefslogtreecommitdiffstats
path: root/framework/source/register
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2000-12-20 08:48:54 +0000
committerAndreas Schlüns <as@openoffice.org>2000-12-20 08:48:54 +0000
commitc270699d087ae968214cd3f1094cd70d592c3e92 (patch)
treeae05d9c8c3d503e5cd635b7c0e78018fcd69d3a8 /framework/source/register
parentunmark hidden columns, restore mark upon showing it again (diff)
downloadcore-c270699d087ae968214cd3f1094cd70d592c3e92.tar.gz
core-c270699d087ae968214cd3f1094cd70d592c3e92.zip
#82383# move FrameLoaderFactory to light dll
Diffstat (limited to 'framework/source/register')
-rw-r--r--framework/source/register/registerservices.cxx12
-rw-r--r--framework/source/register/registertemp.cxx12
2 files changed, 11 insertions, 13 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
diff --git a/framework/source/register/registertemp.cxx b/framework/source/register/registertemp.cxx
index eb6463763ee6..23194fd12431 100644
--- a/framework/source/register/registertemp.cxx
+++ b/framework/source/register/registertemp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registertemp.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2000-12-13 09:23:06 $
+ * 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
@@ -95,11 +95,17 @@
#include <baeh_services/mediatypedetectionhelper.hxx>
#endif
+#ifndef __FRAMEWORK_SERVICES_FRAMELOADERFACTORY_HXX_
+#include <services/frameloaderfactory.hxx>
+#endif
+
COMPONENTGETIMPLEMENTATIONENVIRONMENT
COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::MediaTypeDetectionHelper )
+ COMPONENTINFO( ::framework::FrameLoaderFactory )
)
-COMPONENTGETFACTORY ( IFFACTORY( ::framework::MediaTypeDetectionHelper )
+COMPONENTGETFACTORY ( IFFACTORY( ::framework::MediaTypeDetectionHelper ) else
+ IFFACTORY( ::framework::FrameLoaderFactory )
)