diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-29 12:12:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-05 09:18:17 +0000 |
commit | 91894d52b6a585c57d68c67b1e0fbe2bee426279 (patch) | |
tree | 2962b5bc4fe00a16e4ff5b5050c2990981ab2aee /offapi/com/sun/star/auth | |
parent | 1702bab54f7801d04937270e00d63f710366ab68 (diff) |
add mode-lines to .idl files
Diffstat (limited to 'offapi/com/sun/star/auth')
16 files changed, 48 insertions, 0 deletions
diff --git a/offapi/com/sun/star/auth/AuthenticationFailedException.idl b/offapi/com/sun/star/auth/AuthenticationFailedException.idl index 64afa3aaf03b..3e40b5a82209 100644 --- a/offapi/com/sun/star/auth/AuthenticationFailedException.idl +++ b/offapi/com/sun/star/auth/AuthenticationFailedException.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. @@ -43,3 +44,5 @@ published exception AuthenticationFailedException : ::com::sun::star::uno::Excep }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/InvalidArgumentException.idl b/offapi/com/sun/star/auth/InvalidArgumentException.idl index 28e63a7c42ea..f091424e42c6 100644 --- a/offapi/com/sun/star/auth/InvalidArgumentException.idl +++ b/offapi/com/sun/star/auth/InvalidArgumentException.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. @@ -43,3 +44,5 @@ published exception InvalidArgumentException : ::com::sun::star::uno::Exception }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/InvalidContextException.idl b/offapi/com/sun/star/auth/InvalidContextException.idl index fad19432f408..5a943a7d96e8 100644 --- a/offapi/com/sun/star/auth/InvalidContextException.idl +++ b/offapi/com/sun/star/auth/InvalidContextException.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. @@ -43,3 +44,5 @@ published exception InvalidContextException : ::com::sun::star::uno::Exception }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/InvalidCredentialException.idl b/offapi/com/sun/star/auth/InvalidCredentialException.idl index b09c79114eaf..153ead5b5236 100644 --- a/offapi/com/sun/star/auth/InvalidCredentialException.idl +++ b/offapi/com/sun/star/auth/InvalidCredentialException.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. @@ -43,3 +44,5 @@ published exception InvalidCredentialException : ::com::sun::star::uno::Exceptio }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/InvalidPrincipalException.idl b/offapi/com/sun/star/auth/InvalidPrincipalException.idl index 00f7ea81b1c5..6b9721e4e9fa 100644 --- a/offapi/com/sun/star/auth/InvalidPrincipalException.idl +++ b/offapi/com/sun/star/auth/InvalidPrincipalException.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. @@ -44,3 +45,5 @@ published exception InvalidPrincipalException : ::com::sun::star::uno::Exception }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/PersistenceFailureException.idl b/offapi/com/sun/star/auth/PersistenceFailureException.idl index 9bf5288c844b..4dee54ada2b6 100644 --- a/offapi/com/sun/star/auth/PersistenceFailureException.idl +++ b/offapi/com/sun/star/auth/PersistenceFailureException.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. @@ -44,3 +45,5 @@ published exception PersistenceFailureException : ::com::sun::star::uno::Excepti }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/SSOExceptions.idl b/offapi/com/sun/star/auth/SSOExceptions.idl index 90bfc258844a..7c5e11dc9e39 100644 --- a/offapi/com/sun/star/auth/SSOExceptions.idl +++ b/offapi/com/sun/star/auth/SSOExceptions.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. @@ -37,3 +38,5 @@ #include <com/sun/star/auth/UnsupportedException.idl> #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/SSOManagerFactory.idl b/offapi/com/sun/star/auth/SSOManagerFactory.idl index 89d3cb2193f7..88f212a75844 100644 --- a/offapi/com/sun/star/auth/SSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/SSOManagerFactory.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. @@ -71,3 +72,5 @@ published service SSOManagerFactory }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/SSOPasswordCache.idl b/offapi/com/sun/star/auth/SSOPasswordCache.idl index 3ccee3623550..68d82ab0a9e0 100644 --- a/offapi/com/sun/star/auth/SSOPasswordCache.idl +++ b/offapi/com/sun/star/auth/SSOPasswordCache.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. @@ -49,3 +50,5 @@ published service SSOPasswordCache }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/UnsupportedException.idl b/offapi/com/sun/star/auth/UnsupportedException.idl index 3e6c30d51adb..d8a2f5d99863 100644 --- a/offapi/com/sun/star/auth/UnsupportedException.idl +++ b/offapi/com/sun/star/auth/UnsupportedException.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. @@ -44,3 +45,5 @@ published exception UnsupportedException : ::com::sun::star::uno::Exception }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl index 8c6a1c4043e3..af9de07983cb 100644 --- a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl +++ b/offapi/com/sun/star/auth/XSSOAcceptorContext.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. @@ -68,3 +69,5 @@ published interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/XSSOContext.idl b/offapi/com/sun/star/auth/XSSOContext.idl index fe42e843c1ca..e62d4cda7953 100644 --- a/offapi/com/sun/star/auth/XSSOContext.idl +++ b/offapi/com/sun/star/auth/XSSOContext.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. @@ -73,3 +74,5 @@ published interface XSSOContext : ::com::sun::star::uno::XInterface }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl index 3b03ade0578c..7b4408bae5e1 100644 --- a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl +++ b/offapi/com/sun/star/auth/XSSOInitiatorContext.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. @@ -73,3 +74,5 @@ published interface XSSOInitiatorContext : ::com::sun::star::auth::XSSOContext }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/XSSOManager.idl b/offapi/com/sun/star/auth/XSSOManager.idl index 8db6933eb24b..acb2eb2f99a4 100644 --- a/offapi/com/sun/star/auth/XSSOManager.idl +++ b/offapi/com/sun/star/auth/XSSOManager.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. @@ -97,3 +98,5 @@ published interface XSSOManager : ::com::sun::star::uno::XInterface }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/XSSOManagerFactory.idl b/offapi/com/sun/star/auth/XSSOManagerFactory.idl index e8746b868ebc..f96dca2ccf44 100644 --- a/offapi/com/sun/star/auth/XSSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/XSSOManagerFactory.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. @@ -53,3 +54,5 @@ published interface XSSOManagerFactory : ::com::sun::star::uno::XInterface }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/auth/XSSOPasswordCache.idl b/offapi/com/sun/star/auth/XSSOPasswordCache.idl index 81edf48a9b0d..401e85d7034e 100644 --- a/offapi/com/sun/star/auth/XSSOPasswordCache.idl +++ b/offapi/com/sun/star/auth/XSSOPasswordCache.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. @@ -98,3 +99,5 @@ published interface XSSOPasswordCache : ::com::sun::star::uno::XInterface }; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |