summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2000-12-12 09:19:32 +0000
committerAndreas Schlüns <as@openoffice.org>2000-12-12 09:19:32 +0000
commit3d5ed0802bbefd8a2b3c80fbbdc2b6a7fc0f5a7d (patch)
treebc3ac9e441caaef115553bbf59e3cd8931727c3d /framework/source
parent31dbbe56213d155b4d2d69c4c29af92933b284d0 (diff)
#81540# reactivate service DocumentProperties
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/services/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/framework/source/services/makefile.mk b/framework/source/services/makefile.mk
index 20cc7c32bd46..bcb3dd68dab9 100644
--- a/framework/source/services/makefile.mk
+++ b/framework/source/services/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: as $ $Date: 2000-11-23 14:52:10 $
+# last change: $Author: as $ $Date: 2000-12-12 10:19:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -89,13 +89,10 @@ SLOFILES= \
$(SLO)$/mediatypedetectionhelper.obj
.ELSE
SLOFILES= \
- $(SLO)$/desktop.obj \
- $(SLO)$/pluginframe.obj \
$(SLO)$/task.obj \
$(SLO)$/frame.obj \
$(SLO)$/frameloaderfactory.obj \
- $(SLO)$/urltransformer.obj \
- $(SLO)$/mediatypedetectionhelper.obj
+ $(SLO)$/documentproperties.obj
.ENDIF
# --- Targets ------------------------------------------------------