diff options
Diffstat (limited to 'cppu/inc/uno/environment.h')
-rw-r--r-- | cppu/inc/uno/environment.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppu/inc/uno/environment.h b/cppu/inc/uno/environment.h index 4de88aef3..e362ce7a6 100644 --- a/cppu/inc/uno/environment.h +++ b/cppu/inc/uno/environment.h @@ -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. @@ -383,3 +384,5 @@ int SAL_CALL uno_Environment_isValid(uno_Environment * pEnv, rtl_uString ** pRea #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |