summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 12:33:47 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 12:33:47 +0000
commitb81e362e3535060b9ab6cf0beefe7bed52d8583e (patch)
treeb7984a5fa69f52ed80b8fc7c8be6fb8565de2c02 /sfx2/qa
parentca71a131f1ec8cfe7dae3d828723f294fcefcb5e (diff)
INTEGRATION: CWS fwkbugfix03 (1.3.48); FILE MERGED
2004/11/08 17:43:36 sw 1.3.48.1: #111734#
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/complex/DocHelper/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/qa/complex/DocHelper/makefile.mk b/sfx2/qa/complex/DocHelper/makefile.mk
index 51a4569140d6..ebca9d60cf11 100644
--- a/sfx2/qa/complex/DocHelper/makefile.mk
+++ b/sfx2/qa/complex/DocHelper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Date: 2004-07-23 14:32:32 $
+# last change: $Date: 2004-11-17 13:33:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,7 +72,7 @@ PACKAGE = complex$/framework$/dochelper
#----- compile .java files -----------------------------------------
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar
-JAVAFILES = WriterHelper.java DialogThread.java
+JAVAFILES = DialogThread.java WriterHelper.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------