summaryrefslogtreecommitdiff
path: root/framework/qa/complex/dispatches/Interceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/dispatches/Interceptor.java')
-rw-r--r--framework/qa/complex/dispatches/Interceptor.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/qa/complex/dispatches/Interceptor.java b/framework/qa/complex/dispatches/Interceptor.java
index 0dfc9f1e3a98..a6653d195e98 100644
--- a/framework/qa/complex/dispatches/Interceptor.java
+++ b/framework/qa/complex/dispatches/Interceptor.java
@@ -240,18 +240,6 @@ public class Interceptor implements XDispatch,
}
-
- /** set a new list of URL's, which should be used on registration time
- (that's why it's necessary to call this impl-method before the interceptor
- is used at the OOo API!) to optimize the interception chain.
- */
- public synchronized void setURLs4InterceptionInfo(String[] lURLs)
- {
- m_lURLs4InterceptionInfo = lURLs;
- }
-
-
-
/** set a new list of URL's, which should be blocked by this interceptor.
(that's why it's necessary to call this impl-method before the interceptor
is used at the OOo API!)