summaryrefslogtreecommitdiffstats
path: root/framework/source/register/registertemp.cxx
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/registertemp.cxx
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/registertemp.cxx')
-rw-r--r--framework/source/register/registertemp.cxx12
1 files changed, 9 insertions, 3 deletions
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 )
)