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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bridges/test/inter_libs_exc/share.h b/bridges/test/inter_libs_exc/share.h
index 28c4dfd5bb15..be06619abf76 100644
--- a/bridges/test/inter_libs_exc/share.h
+++ b/bridges/test/inter_libs_exc/share.h
@@ -1,3 +1,4 @@
+/* -*- 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>
@@ -5,3 +6,5 @@
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
typedef void (SAL_CALL * t_throws_exc)();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */