summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 08:00:47 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 08:00:47 +0000
commit8647694da1928c9a89e1fb58149085b6cf7441ac (patch)
tree41ef7783789d54aedf259cd09e232ee072888bc1
parent1356445354e98640a48526e8761ae4a33af3719c (diff)
INTEGRATION: CWS scriptingf4 (1.20.92); FILE MERGED
2004/04/27 14:29:20 toconnor 1.20.92.3: #i28384# - implement Macro Selector specification 2004/03/30 17:57:25 dfoster 1.20.92.2: RESYNC: (1.20-1.21); FILE MERGED 2004/03/24 13:41:08 dfoster 1.20.92.1: #i26923# Implmentation of the Script Organizer spec.
-rw-r--r--svx/source/dialog/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk
index eec1a67e8ae6..3898d2a43d68 100644
--- a/svx/source/dialog/makefile.mk
+++ b/svx/source/dialog/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.24 $
+# $Revision: 1.25 $
#
-# last change: $Author: hr $ $Date: 2004-05-10 16:52:07 $
+# last change: $Author: rt $ $Date: 2004-05-19 09:00:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -116,6 +116,8 @@ SRC1FILES = \
prtqry.src \
ruler.src \
rubydialog.src\
+ scriptdlg.src \
+ selector.src \
spldlg.src \
srchdlg.src \
srchxtra.src \
@@ -200,6 +202,8 @@ EXCEPTIONSFILES=\
$(SLO)$/multifil.obj \
$(SLO)$/optdict.obj \
$(SLO)$/cuigaldlg.obj \
+ $(SLO)$/scriptdlg.obj \
+ $(SLO)$/selector.obj \
$(SLO)$/showcols.obj \
$(SLO)$/svxbmpnumvalueset.obj
@@ -363,6 +367,8 @@ LIB1OBJFILES= \
$(SLO)$/relfld.obj \
$(SLO)$/rlrcitem.obj \
$(SLO)$/rulritem.obj \
+ $(SLO)$/scriptdlg.obj \
+ $(SLO)$/selector.obj \
$(SLO)$/simptabl.obj \
$(SLO)$/srchctrl.obj \
$(SLO)$/srchdlg.obj \