summaryrefslogtreecommitdiff
path: root/bridges/test/test_bridge.idl
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/test_bridge.idl')
-rw-r--r--bridges/test/test_bridge.idl30
1 files changed, 15 insertions, 15 deletions
diff --git a/bridges/test/test_bridge.idl b/bridges/test/test_bridge.idl
index ce38594ecd88..ed6f6e12e2a9 100644
--- a/bridges/test/test_bridge.idl
+++ b/bridges/test/test_bridge.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,21 +32,21 @@ module test
struct TestTypes
{
- boolean Bool;
- char Char;
- byte Byte;
- short Short;
- unsigned short UShort;
- long Long;
- unsigned long ULong;
- hyper Hyper;
- unsigned hyper UHyper;
- float Float;
- double Double;
-// test::TestEnum Enum;
- string String;
+ boolean Bool;
+ char Char;
+ byte Byte;
+ short Short;
+ unsigned short UShort;
+ long Long;
+ unsigned long ULong;
+ hyper Hyper;
+ unsigned hyper UHyper;
+ float Float;
+ double Double;
+// test::TestEnum Enum;
+ string String;
com::sun::star::uno::XInterface Interface;
- any Any;
+ any Any;
};
exception TestBridgeException : com::sun::star::uno::Exception