summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:25:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:25:51 +0000
commit7aaf6e1998516a187086df140e513bc5f5685d23 (patch)
tree30b982aa98dfa3ab0ee3ca243bb5f84e84ec1eb3 /xmloff
parent730f83c3ea4a5102a3cba324bc38566289d654bb (diff)
INTEGRATION: CWS aw038 (1.20.200); FILE MERGED
2006/12/07 17:23:57 cl 1.20.200.1: #i68101# use elements for title and description, not attributes
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/draw/makefile.mk b/xmloff/source/draw/makefile.mk
index 29b10bef079a..b4cdd31b24d6 100644
--- a/xmloff/source/draw/makefile.mk
+++ b/xmloff/source/draw/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 13:46:17 $
+# last change: $Author: ihi $ $Date: 2006-12-19 17:25:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -85,7 +85,8 @@ SLOFILES = \
$(SLO)$/ximppage.obj \
$(SLO)$/ximpcustomshape.obj \
$(SLO)$/EnhancedCustomShapeToken.obj \
- $(SLO)$/XMLReplacementImageContext.obj
+ $(SLO)$/XMLReplacementImageContext.obj \
+ $(SLO)$/descriptionimp.obj
# --- Targets --------------------------------------------------------------