diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:00:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:00:00 +0000 |
commit | 3e61266ad7f0ead162f133b79954b7932c75fbda (patch) | |
tree | 875f2c6bb6c07b20db84d0eb415d1853c7472da1 /xmloff | |
parent | 752372c87732b5f5a763de4aa3a3dcb3165d690e (diff) |
INTEGRATION: CWS oasisbf2 (1.16.136); FILE MERGED
2004/11/02 17:28:17 mib 1.16.136.1: #i35133#: replacement image for embedded objects
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/draw/makefile.mk b/xmloff/source/draw/makefile.mk index c545a92513e2..eb84d37b2748 100644 --- a/xmloff/source/draw/makefile.mk +++ b/xmloff/source/draw/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: rt $ $Date: 2004-04-02 13:52:38 $ +# last change: $Author: rt $ $Date: 2004-11-26 13:00:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -108,7 +108,8 @@ SLOFILES = \ $(SLO)$/XMLShapeStyleContext.obj \ $(SLO)$/ximppage.obj \ $(SLO)$/ximpcustomshape.obj \ - $(SLO)$/EnhancedCustomShapeToken.obj + $(SLO)$/EnhancedCustomShapeToken.obj \ + $(SLO)$/XMLReplacementImageContext.obj SVXLIGHTOBJFILES = \ $(OBJ)$/XMLNumberStyles.obj\ |