summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/makefile.mk
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-06-27 08:41:15 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-06-27 08:41:15 +0000
commitd5e3a00d8459daa044ed91ff8dc1403a1973a223 (patch)
tree653b97b3abac3a70c96af9027573c3e00c95e2c2 /wizards/com/sun/star/wizards/report/makefile.mk
parent338669e096dde90b8c0ea2aafb3a8ca4415caf2f (diff)
#100395# new class file for datainsertion added
Diffstat (limited to 'wizards/com/sun/star/wizards/report/makefile.mk')
-rw-r--r--wizards/com/sun/star/wizards/report/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/makefile.mk b/wizards/com/sun/star/wizards/report/makefile.mk
index e4e059a26088..81b6fbf444db 100644
--- a/wizards/com/sun/star/wizards/report/makefile.mk
+++ b/wizards/com/sun/star/wizards/report/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: tv $ $Date: 2002-05-31 09:36:49 $
+# last change: $Author: bc $ $Date: 2002-06-27 09:41:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,6 +85,7 @@ JAVAFILES= \
ReportWizard.java \
CallReportWizard.java \
tools.java \
+ Dataimport.java \
UNODialogs.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)