summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-10-21 02:30:27 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-10-21 02:38:51 +0200
commitda8357463ca088c81774ab6c3ffc6f8b3903ffe7 (patch)
treefdb4d3db227b16e858eefb88e02315fd4860b9ab /vcl
parent8a796410ec8f440b4163b15b928347c499da7a8f (diff)
Add vim modeline to new files
Change-Id: I01cbd3b0698d458d8ba7267f2c70271db14f559f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/CommonSalLayout.hxx2
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
index c16bd87b1224..76eb3ebd567f 100644
--- a/vcl/inc/CommonSalLayout.hxx
+++ b/vcl/inc/CommonSalLayout.hxx
@@ -81,3 +81,5 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index cd2e91b7cd28..8432e91342b9 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -796,3 +796,5 @@ bool CommonSalLayout::IsKashidaPosValid(int nCharPos) const
return false;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */