diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 12:10:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:18 +0200 |
commit | a274d19d116671d67cf63bcc5dc8639e385394d6 (patch) | |
tree | ab94e438804ab3426d7c71231355bb477cecde34 /framework | |
parent | b58f3778095977fa0018f7d20d33347365bb799b (diff) |
java: remove redundant super-interfaces
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/dispatches/Interceptor.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qa/complex/dispatches/Interceptor.java b/framework/qa/complex/dispatches/Interceptor.java index c17adab40fe1..2bf1ed01d251 100644 --- a/framework/qa/complex/dispatches/Interceptor.java +++ b/framework/qa/complex/dispatches/Interceptor.java @@ -41,8 +41,7 @@ import com.sun.star.util.URL; /** * implements a configurable interceptor for dispatch events. */ -public class Interceptor implements XDispatchProvider, - XDispatch, +public class Interceptor implements XDispatch, XDispatchProviderInterceptor, XInterceptorInfo { |