From 5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Aug 2014 09:40:12 +0200 Subject: remove dead java constants found by UCDetector Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351 --- qadevOOo/runner/graphical/PropertyName.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'qadevOOo/runner/graphical') 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"; -- cgit