summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/corba
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-29 12:12:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-05 09:18:17 +0000
commit91894d52b6a585c57d68c67b1e0fbe2bee426279 (patch)
tree2962b5bc4fe00a16e4ff5b5050c2990981ab2aee /udkapi/com/sun/star/corba
parent1702bab54f7801d04937270e00d63f710366ab68 (diff)
add mode-lines to .idl files
Diffstat (limited to 'udkapi/com/sun/star/corba')
-rw-r--r--udkapi/com/sun/star/corba/corba.idl3
-rw-r--r--udkapi/com/sun/star/corba/giop/giop.idl3
-rw-r--r--udkapi/com/sun/star/corba/iiop/iiop.idl3
-rw-r--r--udkapi/com/sun/star/corba/iop/iop.idl3
4 files changed, 12 insertions, 0 deletions
diff --git a/udkapi/com/sun/star/corba/corba.idl b/udkapi/com/sun/star/corba/corba.idl
index d7e6bdea4c07..45c239ae7c52 100644
--- a/udkapi/com/sun/star/corba/corba.idl
+++ b/udkapi/com/sun/star/corba/corba.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101,3 +102,5 @@ module com { module sun { module star { module corba
};
}; }; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/corba/giop/giop.idl b/udkapi/com/sun/star/corba/giop/giop.idl
index 133683c0d18e..1a8da38d80f1 100644
--- a/udkapi/com/sun/star/corba/giop/giop.idl
+++ b/udkapi/com/sun/star/corba/giop/giop.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -252,3 +253,5 @@ published struct FragmentHeader_1_2
}; }; }; }; };
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/corba/iiop/iiop.idl b/udkapi/com/sun/star/corba/iiop/iiop.idl
index 9365febaa4be..aa4becf86393 100644
--- a/udkapi/com/sun/star/corba/iiop/iiop.idl
+++ b/udkapi/com/sun/star/corba/iiop/iiop.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -88,3 +89,5 @@ published struct BiDirIIOPServiceContext
}; }; }; }; };
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/corba/iop/iop.idl b/udkapi/com/sun/star/corba/iop/iop.idl
index eb7f189caf4c..b748c05062d5 100644
--- a/udkapi/com/sun/star/corba/iop/iop.idl
+++ b/udkapi/com/sun/star/corba/iop/iop.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124,3 +125,5 @@ module com { module sun { module star { module corba { module iop
}; }; }; }; };
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */