summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-01-08 14:23:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-01-08 14:23:28 +0000
commit0c5c7635f77654653f0dd039dc97cd4ede84ecbb (patch)
tree290de2f75f9463460dc983c1888bff2396d2bdc2
parent5d644686f41d329a88f026383017cec57e476c24 (diff)
#i10000#: add missing backslash
-rw-r--r--jfreereport/java/libformula/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/jfreereport/java/libformula/makefile.mk b/jfreereport/java/libformula/makefile.mk
index df65440..a94c3a2 100644
--- a/jfreereport/java/libformula/makefile.mk
+++ b/jfreereport/java/libformula/makefile.mk
@@ -55,7 +55,7 @@ PATCH_FILE_NAME=$(PRJ)$/patches$/$(TARGET).patch
CONVERTFILES=build.xml\
build.properties \
- source/org/jfree/formula/function/text/MidFunctionDescription.java
+ source/org/jfree/formula/function/text/MidFunctionDescription.java \
source/org/jfree/formula/function/AbstractFunctionDescription.java \
source/org/jfree/formula/function/datetime/Hour-Function.properties \
source/org/jfree/formula/function/information/IsBlank-Function.properties \