summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:40:45 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:40:45 +0000
commitb2346685003edbed32e066e32f28f86e15b5bfd8 (patch)
tree555e85f87ccc3bbff39aef5be0efdd0ec7046b4d /cppcanvas
parent5d130f53c857bfe9075fdce6f0f10664934c600d (diff)
INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED
2005/10/09 09:12:26 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/24 23:02:57 thb 1.3.22.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppcanvas/source/mtfrenderer/makefile.mk b/cppcanvas/source/mtfrenderer/makefile.mk
index 4b2dbdb9b0af..aa270d79d9a7 100644
--- a/cppcanvas/source/mtfrenderer/makefile.mk
+++ b/cppcanvas/source/mtfrenderer/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 08:19:21 $
+# last change: $Author: kz $ $Date: 2005-11-02 13:40:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,8 @@ ENABLE_EXCEPTIONS=TRUE
CDEFS+= -DVERBOSE
.ENDIF
-SLOFILES = $(SLO)$/bitmapaction.obj \
+SLOFILES = $(SLO)$/cachedprimitivebase.obj \
+ $(SLO)$/bitmapaction.obj \
$(SLO)$/implrenderer.obj \
$(SLO)$/lineaction.obj \
$(SLO)$/pointaction.obj \