diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/inc/registry/reader.h | 3 | ||||
-rw-r--r-- | registry/inc/registry/registry.h | 2 | ||||
-rw-r--r-- | registry/inc/registry/regtype.h | 3 | ||||
-rw-r--r-- | registry/inc/registry/types.h | 3 | ||||
-rw-r--r-- | registry/inc/registry/version.h | 3 | ||||
-rw-r--r-- | registry/inc/registry/writer.h | 3 | ||||
-rw-r--r-- | registry/test/regdiagnose.h | 3 |
7 files changed, 20 insertions, 0 deletions
diff --git a/registry/inc/registry/reader.h b/registry/inc/registry/reader.h index 50fa802c4f83..645da283c9e2 100644 --- a/registry/inc/registry/reader.h +++ b/registry/inc/registry/reader.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. @@ -608,3 +609,5 @@ void SAL_CALL typereg_reader_getReferenceTypeName( #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/inc/registry/registry.h b/registry/inc/registry/registry.h index 6286af132283..a35c9dfde82c 100644 --- a/registry/inc/registry/registry.h +++ b/registry/inc/registry/registry.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. @@ -475,3 +476,4 @@ RegError REGISTRY_CALLTYPE reg_dumpRegistry(RegKeyHandle hKey); #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/inc/registry/regtype.h b/registry/inc/registry/regtype.h index be3cf42de735..0f439b970733 100644 --- a/registry/inc/registry/regtype.h +++ b/registry/inc/registry/regtype.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. @@ -177,3 +178,5 @@ enum RegError #define REGISTRY_CALLTYPE SAL_CALL #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/inc/registry/types.h b/registry/inc/registry/types.h index a6898be582d9..44ccda8abad6 100644 --- a/registry/inc/registry/types.h +++ b/registry/inc/registry/types.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. @@ -338,3 +339,5 @@ enum RTReferenceType { #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/inc/registry/version.h b/registry/inc/registry/version.h index cabd3639104c..bf4664287d0f 100644 --- a/registry/inc/registry/version.h +++ b/registry/inc/registry/version.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. @@ -75,3 +76,5 @@ enum typereg_Version { #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/inc/registry/writer.h b/registry/inc/registry/writer.h index 5f14766b0f30..57a9f81c9684 100644 --- a/registry/inc/registry/writer.h +++ b/registry/inc/registry/writer.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. @@ -267,3 +268,5 @@ void const * SAL_CALL typereg_writer_getBlob(void * handle, sal_uInt32 * size) #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/test/regdiagnose.h b/registry/test/regdiagnose.h index 475e315cd32d..08e0ea6602eb 100644 --- a/registry/test/regdiagnose.h +++ b/registry/test/regdiagnose.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. @@ -42,3 +43,5 @@ #endif // REG_DIAGNOSE_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |