summaryrefslogtreecommitdiff
path: root/bridges/test/inter_libs_exc/share.h
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/inter_libs_exc/share.h')
-rw-r--r--bridges/test/inter_libs_exc/share.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/bridges/test/inter_libs_exc/share.h b/bridges/test/inter_libs_exc/share.h
new file mode 100644
index 000000000000..28c4dfd5bb15
--- /dev/null
+++ b/bridges/test/inter_libs_exc/share.h
@@ -0,0 +1,7 @@
+
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <com/sun/star/uno/DeploymentException.hpp>
+
+#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
+
+typedef void (SAL_CALL * t_throws_exc)();