summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2000-12-13 08:50:53 +0000
committerAndreas Schlüns <as@openoffice.org>2000-12-13 08:50:53 +0000
commit0cdcf9359b5006a0e3f7291c86fd54e456126447 (patch)
treed330e9ca8e7880266071fca1b9ad6f57aba1da70 /framework
parent4d870d302dfdedd162c820ef4117d0956b22bcb6 (diff)
#81540# move DocumentProperties from beah to normal service
Diffstat (limited to 'framework')
-rw-r--r--framework/source/register/registerservices.cxx16
1 files changed, 12 insertions, 4 deletions
diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx
index a8213cebef3e..cf1c6271317b 100644
--- a/framework/source/register/registerservices.cxx
+++ b/framework/source/register/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2000-12-13 09:23:06 $
+ * last change: $Author: as $ $Date: 2000-12-13 09:50:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,10 @@
#include <baeh_services/desktop.hxx>
#endif
+#ifndef __FRAMEWORK_SERVICES_DOCUMENTPROPERTIES_HXX_
+#include <services/documentproperties.hxx>
+#endif
+
#ifndef __FRAMEWORK_SERVICES_TASK_HXX_
#include <services/task.hxx>
#endif
@@ -136,6 +140,7 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
COMPONENTINFO( ::framework::FrameLoaderFactory )
COMPONENTINFO( ::framework::FilterFactory )
COMPONENTINFO( ::framework::TypeDetection )
+ COMPONENTINFO( ::framework::DocumentProperties )
)
COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else
@@ -145,7 +150,8 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
IFFACTORY( ::framework::Frame ) else
IFFACTORY( ::framework::FrameLoaderFactory ) else
IFFACTORY( ::framework::FilterFactory ) else
- IFFACTORY( ::framework::TypeDetection )
+ IFFACTORY( ::framework::TypeDetection ) else
+ IFFACTORY( ::framework::DocumentProperties )
)
#else//MUSTFILTER
COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer )
@@ -154,6 +160,7 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
COMPONENTINFO( ::framework::Task )
COMPONENTINFO( ::framework::Frame )
COMPONENTINFO( ::framework::FrameLoaderFactory )
+ COMPONENTINFO( ::framework::DocumentProperties )
)
COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else
@@ -161,6 +168,7 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
IFFACTORY( ::framework::Desktop ) else
IFFACTORY( ::framework::Task ) else
IFFACTORY( ::framework::Frame ) else
- IFFACTORY( ::framework::FrameLoaderFactory )
+ IFFACTORY( ::framework::FrameLoaderFactory ) else
+ IFFACTORY( ::framework::DocumentProperties )
)
#endif//MUSTFILTER