summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:25:41 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:25:41 +0000
commite5e3f9a529fee8423105294867834113c1d6521b (patch)
treea73408002d4bea9ea0ec805538810a0231e00cb1 /framework/source
parent0fbe86aa1bbc306b492cfe72dac61ca3de2e27a8 (diff)
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
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/register/registerservices.cxx9
1 files changed, 2 insertions, 7 deletions
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 <services/desktop.hxx>
#endif
-#ifndef __FRAMEWORK_SERVICES_DOCUMENTPROPERTIES_HXX_
-#include <services/documentproperties.hxx>
-#endif
#ifndef __FRAMEWORK_SERVICES_FRAME_HXX_
#include <services/frame.hxx>
@@ -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