summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 07:40:29 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 07:40:29 +0000
commitceef4251b30d18fe1c36a3b81c2542fdc7e95b4a (patch)
tree5a689fa285bab64f2219fbe434bcef817d0de0e4 /xmloff
parent27dbc75bfe0a393081249ab993ab305cfb11ffc4 (diff)
INTEGRATION: CWS formcelllinkage (1.16.160); FILE MERGED
2003/10/01 09:55:23 fs 1.16.160.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/makefile.mk16
1 files changed, 13 insertions, 3 deletions
diff --git a/xmloff/source/forms/makefile.mk b/xmloff/source/forms/makefile.mk
index f61e7daf78c5..04078d9a05f8 100644
--- a/xmloff/source/forms/makefile.mk
+++ b/xmloff/source/forms/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: fs $ $Date: 2002-10-25 13:21:53 $
+# last change: $Author: obo $ $Date: 2003-10-21 08:40:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,6 +75,15 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
+# UNO header files
+UNOUCROUT=$(OUT)$/inc
+INCPRE+=$(UNOUCROUT)
+
+UNOTYPES=\
+ drafts.com.sun.star.form.XBindableValue \
+ drafts.com.sun.star.form.XListEntrySource \
+ drafts.com.sun.star.form.XListEntrySink
+
SLOFILES = \
$(SLO)$/formstyles.obj \
$(SLO)$/officeforms.obj \
@@ -98,7 +107,8 @@ SLOFILES = \
$(SLO)$/formenums.obj \
$(SLO)$/formsimp.obj \
$(SLO)$/strings.obj \
- $(SLO)$/logging.obj
+ $(SLO)$/logging.obj \
+ $(SLO)$/formcellbinding.obj \
# --- Tagets -------------------------------------------------------