diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:45:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:48:02 +0100 |
commit | b77940e5af41aae869e9415aef5b184a51601df4 (patch) | |
tree | 0d859634fa75d377a1bb403daa4e581cff208f7e /extensions/source/logging | |
parent | 6a6190a7bbe8e12a52a8a0a3b69d58ea4a90c31c (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/log_module.hxx | 2 | ||||
-rw-r--r-- | extensions/source/logging/loggerconfig.hxx | 3 | ||||
-rw-r--r-- | extensions/source/logging/loghandler.hxx | 3 | ||||
-rw-r--r-- | extensions/source/logging/logrecord.hxx | 3 | ||||
-rw-r--r-- | extensions/source/logging/methodguard.hxx | 2 |
5 files changed, 13 insertions, 0 deletions
diff --git a/extensions/source/logging/log_module.hxx b/extensions/source/logging/log_module.hxx index fcb5732937df..dfee11365350 100644 --- a/extensions/source/logging/log_module.hxx +++ b/extensions/source/logging/log_module.hxx @@ -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,4 @@ namespace logging #endif // EXTENSIONS_LOG_MODULE_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/loggerconfig.hxx b/extensions/source/logging/loggerconfig.hxx index 1d35cd13d84c..eb41a6e12f78 100644 --- a/extensions/source/logging/loggerconfig.hxx +++ b/extensions/source/logging/loggerconfig.hxx @@ -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. @@ -63,3 +64,5 @@ namespace logging //........................................................................ #endif // EXTENSIONS_LOGGERCONFIG_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx index 3927a0008f08..235e7e850a6a 100644 --- a/extensions/source/logging/loghandler.hxx +++ b/extensions/source/logging/loghandler.hxx @@ -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. @@ -152,3 +153,5 @@ namespace logging //........................................................................ #endif // LOGHANDLER_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/logrecord.hxx b/extensions/source/logging/logrecord.hxx index 6503e5c48de7..5e741df5788d 100644 --- a/extensions/source/logging/logrecord.hxx +++ b/extensions/source/logging/logrecord.hxx @@ -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. @@ -66,3 +67,5 @@ namespace logging //........................................................................ #endif // LOGRECORD_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/logging/methodguard.hxx b/extensions/source/logging/methodguard.hxx index 2b7a209a9bdf..5067cf5425ea 100644 --- a/extensions/source/logging/methodguard.hxx +++ b/extensions/source/logging/methodguard.hxx @@ -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,4 @@ namespace logging #endif // EXTENSIONS_METHODGUARD_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |