summaryrefslogtreecommitdiff
path: root/bridges/test/inter_libs_exc/share.h
blob: 28c4dfd5bb1509d175404a8917dd949f92c6a0be (plain)
1
2
3
4
5
6
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)();