diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 09:40:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 13:34:43 +0200 |
commit | 5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c (patch) | |
tree | 4771f6939c612c4844903a98252a6ccc5c97dcd8 /qadevOOo | |
parent | 4a4127d2c4d9e70b7747ae7683f94a1f046893b3 (diff) |
remove dead java constants
found by UCDetector
Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/graphical/PropertyName.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qadevOOo/runner/graphical/PropertyName.java b/qadevOOo/runner/graphical/PropertyName.java index 66f4d46e97fe..1c25b75003b2 100644 --- a/qadevOOo/runner/graphical/PropertyName.java +++ b/qadevOOo/runner/graphical/PropertyName.java @@ -33,13 +33,6 @@ public interface PropertyName final public static String DOC_COMPARATOR_HTML_OUTPUT_PREFIX = "DOC_COMPARATOR_HTML_OUTPUT_PREFIX"; - final public static String DOC_CONVERTER_EXPORT_FILTER_NAME = "DOC_CONVERTER_EXPORT_FILTER_NAME"; - - - - - - final public static String OFFICE_VIEWABLE = "OFFICE_VIEWABLE"; final public static String NO_SMALL_PICTURES = "NoSmallPictures"; |