diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 16:42:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 16:42:32 +0000 |
commit | c94c0b65929ac9b5982df2e67ae563fb70eb15d8 (patch) | |
tree | a36330d7a9940ec460a1f44c26dc66a57a130f20 /qadevOOo/runner | |
parent | 4c08aef121721358ec8abbb860d82f9e9bb8cec1 (diff) |
INTEGRATION: CWS qadev24 (1.3.22); FILE MERGED
2005/09/19 22:06:17 cn 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED
2005/08/08 12:33:40 lla 1.3.22.1: #124348# add the feature to leave out files
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/convwatch/PropertyName.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/PropertyName.java b/qadevOOo/runner/convwatch/PropertyName.java index 611fd5681865..ee267d3416e6 100644 --- a/qadevOOo/runner/convwatch/PropertyName.java +++ b/qadevOOo/runner/convwatch/PropertyName.java @@ -4,9 +4,9 @@ * * $RCSfile: PropertyName.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:16:02 $ + * last change: $Author: kz $ $Date: 2005-11-02 17:42:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,4 +58,6 @@ public interface PropertyName final public static String DOC_CONVERTER_EXPORT_FILTER_NAME = "DOC_CONVERTER_EXPORT_FILTER_NAME"; final public static String DOC_CONVERTER_OFFICE_PROGRAM = "DOC_CONVERTER_OFFICE_PROGRAM"; final public static String DOC_CONVERTER_REUSE_OFFICE = "DOC_CONVERTER_REUSE_OFFICE"; + + final public static String DOC_COMPARATOR_LEAVE_OUT_FILES = "DOC_COMPARATOR_LEAVE_OUT_FILES"; } |