diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 15:27:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-14 13:44:39 +0200 |
commit | b9d63d49be66ed1bfc4a76924f1c52ec3630adc8 (patch) | |
tree | 3c1f0cb02452d23bed03cbbc908e580b285da55a /qadevOOo/Jar_OOoRunner.mk | |
parent | 8353667d35bc511378c9b14261b6bb11b7bd56aa (diff) |
remove some unused Java code
found by UCDetector
Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
Diffstat (limited to 'qadevOOo/Jar_OOoRunner.mk')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 0e513f6ff085..2c21d7d3e2f9 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -58,7 +58,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/runner/graphical/FileHelper \ qadevOOo/runner/helper/APIDescGetter \ qadevOOo/runner/helper/AppProvider \ - qadevOOo/runner/helper/BuildEnvTools \ qadevOOo/runner/helper/CfgParser \ qadevOOo/runner/helper/ClParser \ qadevOOo/runner/helper/ComplexDescGetter \ @@ -70,7 +69,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/runner/helper/OfficeProvider \ qadevOOo/runner/helper/OfficeWatcher \ qadevOOo/runner/helper/OSHelper \ - qadevOOo/runner/helper/ParameterNotFoundException \ qadevOOo/runner/helper/ProcessHandler \ qadevOOo/runner/helper/PropertyHandlerFactroy \ qadevOOo/runner/helper/PropertyHandlerImpl \ @@ -78,7 +76,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/runner/helper/StringHelper \ qadevOOo/runner/helper/UnoProvider \ qadevOOo/runner/helper/URLHelper \ - qadevOOo/runner/helper/WindowListener \ qadevOOo/runner/lib/DynamicClassLoader \ qadevOOo/runner/lib/ExceptionStatus \ qadevOOo/runner/lib/MultiMethodTest \ |