summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 08:01:12 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 08:01:12 +0000
commitb90940fce1a885cb93e3d67ef59a384241fd551d (patch)
tree9140408da76b005ea68e16715e5fba08cf056d7f /forms/source
parenta8c3a28651850bc1b7fead7441cdb1eb6b460d4d (diff)
INTEGRATION: CWS formcelllinkage (1.4.54); FILE MERGED
2003/10/01 09:18:38 fs 1.4.54.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/forms/source/component/makefile.mk b/forms/source/component/makefile.mk
index f65dea701dca..764be8cf8d07 100644
--- a/forms/source/component/makefile.mk
+++ b/forms/source/component/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2003-03-25 18:01:18 $
+# last change: $Author: obo $ $Date: 2003-10-21 09:01:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,7 +105,8 @@ CXXFILES= Grid.cxx \
Button.cxx \
ImageButton.cxx \
ImageControl.cxx \
- cloneable.cxx
+ cloneable.cxx \
+ entrylisthelper.cxx \
.IF "$(COM)"=="GCC"
NOOPTFILES= $(SLO)$/EventThread.obj
@@ -142,6 +143,7 @@ SLOFILES= $(SLO)$/Grid.obj \
$(SLO)$/errorbroadcaster.obj \
$(SLO)$/cloneable.obj \
$(SLO)$/Filter.obj \
+ $(SLO)$/entrylisthelper.obj \
# --- Targets ----------------------------------