diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/app/geninst.cxx | 2 | ||||
-rw-r--r-- | vcl/source/app/IconThemeInfo.cxx | 3 | ||||
-rw-r--r-- | vcl/source/app/IconThemeScanner.cxx | 3 | ||||
-rw-r--r-- | vcl/source/gdi/gdimetafiletools.cxx | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/vcl/generic/app/geninst.cxx b/vcl/generic/app/geninst.cxx index 432fdf6c7e5b..7d9d1b5aff81 100644 --- a/vcl/generic/app/geninst.cxx +++ b/vcl/generic/app/geninst.cxx @@ -129,3 +129,5 @@ SalGenericInstance::~SalGenericInstance() ::tools::SolarMutex::SetSolarMutex( 0 ); delete mpSalYieldMutex; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/app/IconThemeInfo.cxx b/vcl/source/app/IconThemeInfo.cxx index 89a1b4e75e6d..5e1834891837 100644 --- a/vcl/source/app/IconThemeInfo.cxx +++ b/vcl/source/app/IconThemeInfo.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -177,4 +178,4 @@ IconThemeInfo::IconThemeIsInVector(const std::vector<vcl::IconThemeInfo>& themes } // end namespace vcl - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/app/IconThemeScanner.cxx b/vcl/source/app/IconThemeScanner.cxx index 5d62a292b3f2..152dbdca4646 100644 --- a/vcl/source/app/IconThemeScanner.cxx +++ b/vcl/source/app/IconThemeScanner.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -184,3 +185,5 @@ IconThemeScanner::GetIconThemeInfo(const OUString& themeId) } // end namespace vcl + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/gdi/gdimetafiletools.cxx b/vcl/source/gdi/gdimetafiletools.cxx index cd918f8a9987..e090a7d6f503 100644 --- a/vcl/source/gdi/gdimetafiletools.cxx +++ b/vcl/source/gdi/gdimetafiletools.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -1092,3 +1093,4 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource) return false; } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |