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.h10
1 files changed, 10 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..be06619abf76
--- /dev/null
+++ b/bridges/test/inter_libs_exc/share.h
@@ -0,0 +1,10 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+
+#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)();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */