summaryrefslogtreecommitdiff
path: root/vcl/source/app
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/source/app
parent3a8c38fa3f7c0c17f0d0dc688df742ab2a7b7a42 (diff)
Add mode lines
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/IconThemeInfo.cxx3
-rw-r--r--vcl/source/app/IconThemeScanner.cxx3
2 files changed, 5 insertions, 1 deletions
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: */