diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:45:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 13:45:40 +0000 |
commit | 80803c0f9e6eff6971756b3a7cd7a1743072a983 (patch) | |
tree | 51cdc5ed78eba685a729c6266a43095a9e226098 /testtools/source/bridgetest/cli | |
parent | 35b589faa3bfa39d857c8cba4bc8a84e7ccbc46e (diff) |
INTEGRATION: CWS sb23 (1.11.16); FILE MERGED
2006/11/08 15:46:42 sb 1.11.16.1: #88601# Current context testing.
Diffstat (limited to 'testtools/source/bridgetest/cli')
-rw-r--r-- | testtools/source/bridgetest/cli/cli_cs_testobj.cs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/cli/cli_cs_testobj.cs b/testtools/source/bridgetest/cli/cli_cs_testobj.cs index e1ebcd6a6afc..7dd6678c00cc 100644 --- a/testtools/source/bridgetest/cli/cli_cs_testobj.cs +++ b/testtools/source/bridgetest/cli/cli_cs_testobj.cs @@ -4,9 +4,9 @@ * * $RCSfile: cli_cs_testobj.cs,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-03-09 10:46:22 $ + * last change: $Author: rt $ $Date: 2006-12-01 14:45:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -758,6 +758,11 @@ public class BridgeTestObject : WeakBase, XRecursiveCall, XBridgeTest2 } + public XCurrentContextChecker getCurrentContextChecker() + { + return null; //TODO: not yet tested in CLI UNO + } + public TestPolyStruct transportPolyBoolean(/*[in]*/TestPolyStruct arg) { return arg; |