summaryrefslogtreecommitdiff
path: root/xmloff/source/style/makefile.mk
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-19 13:25:20 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-19 13:25:20 +0000
commit27c8199a5ccc8b420d62ab13b8b396dd6cf8c374 (patch)
tree6452d6ffc45dee02e1050b896c03cd8e89b16bd0 /xmloff/source/style/makefile.mk
parente08fa7ee5c9d570f68e6fd4234ed1fc14595cc9e (diff)
background image import/export
Diffstat (limited to 'xmloff/source/style/makefile.mk')
-rw-r--r--xmloff/source/style/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/style/makefile.mk b/xmloff/source/style/makefile.mk
index ea709c33ec38..5bd35c321f3b 100644
--- a/xmloff/source/style/makefile.mk
+++ b/xmloff/source/style/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: dr $ $Date: 2000-10-18 11:38:23 $
+# last change: $Author: mib $ $Date: 2000-10-19 14:25:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -134,6 +134,8 @@ CXXFILES = \
MarkerStyle.cxx \
NamedBoolPropertyHdl.cxx \
TransGradientStyle.cxx \
+ XMLBackgroundImageContext.cxx \
+ XMLBackgroundImageExport.cxx \
XMLClipPropertyHandler.cxx \
XMLConstantsPropertyHandler.cxx \
XMLElementPropertyContext.cxx \
@@ -203,6 +205,8 @@ SLOFILES = \
$(SLO)$/MarkerStyle.obj \
$(SLO)$/NamedBoolPropertyHdl.obj \
$(SLO)$/TransGradientStyle.obj \
+ $(SLO)$/XMLBackgroundImageContext.obj \
+ $(SLO)$/XMLBackgroundImageExport.obj \
$(SLO)$/XMLClipPropertyHandler.obj \
$(SLO)$/XMLConstantsPropertyHandler.obj \
$(SLO)$/XMLElementPropertyContext.obj \