summaryrefslogtreecommitdiff
path: root/testtools/com
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:44:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:44:03 +0000
commit3339ab7a663b0fde070aafbf149c136f1c82b5d3 (patch)
treeedbc707c71803e01b4d2f0c68c877722aff9176d /testtools/com
parent0ea9da906050919b247f46ac4aba6c06e20c6f52 (diff)
INTEGRATION: CWS sb23 (1.10.16); FILE MERGED
2006/11/08 15:46:41 sb 1.10.16.1: #88601# Current context testing.
Diffstat (limited to 'testtools/com')
-rw-r--r--testtools/com/sun/star/comp/bridge/TestComponent.java9
1 files changed, 7 insertions, 2 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java
index caed475df212..0ab7f72671ec 100644
--- a/testtools/com/sun/star/comp/bridge/TestComponent.java
+++ b/testtools/com/sun/star/comp/bridge/TestComponent.java
@@ -4,9 +4,9 @@
*
* $RCSfile: TestComponent.java,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2006-03-09 10:45:47 $
+ * last change: $Author: rt $ $Date: 2006-12-01 14:44:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,6 +54,7 @@ import test.testtools.bridgetest.TestPolyStruct2;
import test.testtools.bridgetest.TestStruct;
import test.testtools.bridgetest.XBridgeTest;
import test.testtools.bridgetest.XBridgeTest2;
+import test.testtools.bridgetest.XCurrentContextChecker;
import test.testtools.bridgetest.XMulti;
import test.testtools.bridgetest.XRecursiveCall;
@@ -1256,6 +1257,10 @@ public class TestComponent {
new TestPolyStruct2(new Character('X'),new Any(Type.BOOLEAN, Boolean.TRUE)),
new TestPolyStruct(new Character('X')))}});
}
+
+ public XCurrentContextChecker getCurrentContextChecker() {
+ return new CurrentContextChecker();
+ }
}
/**