[Libreoffice-commits] core.git: vcl/inc vcl/source
Khaled Hosny
khaledhosny at eglug.org
Fri Oct 21 00:57:48 UTC 2016
vcl/inc/CommonSalLayout.hxx | 2 ++
vcl/source/gdi/CommonSalLayout.cxx | 2 ++
2 files changed, 4 insertions(+)
New commits:
commit da8357463ca088c81774ab6c3ffc6f8b3903ffe7
Author: Khaled Hosny <khaledhosny at eglug.org>
Date: Fri Oct 21 02:30:27 2016 +0200
Add vim modeline to new files
Change-Id: I01cbd3b0698d458d8ba7267f2c70271db14f559f
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
index c16bd87..76eb3eb 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 cd2e91b..8432e91 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: */
More information about the Libreoffice-commits
mailing list