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