summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-03-04 14:01:24 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-03-04 17:15:23 +0900
commit8e65dd0897d38e850988a37eb8f1b1c70ccb42cf (patch)
treed8e56efbb47c43c8c6f0f63e82c4082640942699 /vcl
parent3a8c38fa3f7c0c17f0d0dc688df742ab2a7b7a42 (diff)
Add mode lines
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
Diffstat (limited to 'vcl')
-rw-r--r--vcl/generic/app/geninst.cxx2
-rw-r--r--vcl/source/app/IconThemeInfo.cxx3
-rw-r--r--vcl/source/app/IconThemeScanner.cxx3
-rw-r--r--vcl/source/gdi/gdimetafiletools.cxx2
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: */