summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:57:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:57:01 +0000
commit285d5755539a51f3729af3dcb0f619b2855e603b (patch)
treefe0a242fae8a1b475dd49c5e49b168f316ba4403 /sw/source/ui/fldui/makefile.mk
parent15664e230a4b4d4bc23af8de0ce83e698e2707a7 (diff)
INTEGRATION: CWS aig04 (1.3.48); FILE MERGED
2003/06/18 14:51:26 os 1.3.48.1: #108791# UI for drop down fields implemented
Diffstat (limited to 'sw/source/ui/fldui/makefile.mk')
-rw-r--r--sw/source/ui/fldui/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/makefile.mk b/sw/source/ui/fldui/makefile.mk
index 386063dd35..470d96a231 100644
--- a/sw/source/ui/fldui/makefile.mk
+++ b/sw/source/ui/fldui/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2003-04-17 15:28:54 $
+# last change: $Author: hr $ $Date: 2003-06-30 15:57:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,6 +77,7 @@ AUTOSEG=true
CXXFILES = \
changedb.cxx \
+ DropDownFieldDialog.cxx\
flddb.cxx \
flddinf.cxx \
flddok.cxx \
@@ -93,6 +94,7 @@ CXXFILES = \
SRCFILES = \
changedb.src \
+ DropDownFieldDialog.src\
flddb.src \
flddinf.src \
flddok.src \
@@ -106,6 +108,7 @@ SRCFILES = \
SLOFILES = \
$(SLO)$/changedb.obj \
+ $(SLO)$/DropDownFieldDialog.obj \
$(SLO)$/flddb.obj \
$(SLO)$/flddinf.obj \
$(SLO)$/flddok.obj \