diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:19:07 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:20:07 +0100 |
commit | 5a61e283780969ff45039d3e033d1bfaac314d95 (patch) | |
tree | 15ada68c29eeb18febf49ace0556929d941e9052 /javaunohelper | |
parent | fc81393c7f11ffb854fe024b64146b50cf462921 (diff) |
gbuild: fix silly "expandtabs" in makefile VIM modelines
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/Jar_juh.mk | 2 | ||||
-rw-r--r-- | javaunohelper/Library_juh.mk | 2 | ||||
-rw-r--r-- | javaunohelper/Library_juhx.mk | 2 | ||||
-rw-r--r-- | javaunohelper/Module_javaunohelper.mk | 2 | ||||
-rw-r--r-- | javaunohelper/Zip_juh.mk | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/javaunohelper/Jar_juh.mk b/javaunohelper/Jar_juh.mk index 02fb033498de..7f796a1aaa2a 100644 --- a/javaunohelper/Jar_juh.mk +++ b/javaunohelper/Jar_juh.mk @@ -67,4 +67,4 @@ $(eval $(call gb_Jar_add_sourcefiles,juh,\ javaunohelper/com/sun/star/lib/uno/helper/WeakBase \ )) -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: diff --git a/javaunohelper/Library_juh.mk b/javaunohelper/Library_juh.mk index 8d1a3e83f908..b08a574dc5ea 100644 --- a/javaunohelper/Library_juh.mk +++ b/javaunohelper/Library_juh.mk @@ -51,4 +51,4 @@ $(eval $(call gb_Library_add_exception_objects,juh,\ )) endif -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: diff --git a/javaunohelper/Library_juhx.mk b/javaunohelper/Library_juhx.mk index a3bb96408978..64f435183202 100644 --- a/javaunohelper/Library_juhx.mk +++ b/javaunohelper/Library_juhx.mk @@ -46,4 +46,4 @@ $(eval $(call gb_Library_add_exception_objects,juhx,\ javaunohelper/source/vm \ )) -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: diff --git a/javaunohelper/Module_javaunohelper.mk b/javaunohelper/Module_javaunohelper.mk index 181e10f4efea..8479109b7be1 100644 --- a/javaunohelper/Module_javaunohelper.mk +++ b/javaunohelper/Module_javaunohelper.mk @@ -43,4 +43,4 @@ endif endif -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: diff --git a/javaunohelper/Zip_juh.mk b/javaunohelper/Zip_juh.mk index c4a613924f18..496ddd737e30 100644 --- a/javaunohelper/Zip_juh.mk +++ b/javaunohelper/Zip_juh.mk @@ -53,4 +53,4 @@ $(eval $(call gb_Zip_add_files,juh_src,\ com/sun/star/lib/uno/helper/WeakBase.java \ )) -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: |