summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-03 18:31:54 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-03 18:31:54 +0200
commit2da4abc60907083d2fbfe862c28a3864c99474ea (patch)
tree984e2fc62f41999ff64f0c7d7b8aa875a37b9f55
parent18c1d32efe77987b2398a09ed923ce27ffcde48e (diff)
add vim modelines
-rw-r--r--unotools/Library_utl.mk2
-rw-r--r--unotools/Package_inc.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index eea6a26cb1f6..f229c01c2925 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -137,3 +137,5 @@ $(eval $(call gb_Library_add_exception_objects,utl,\
unotools/source/ucbhelper/ucbstreamhelper \
unotools/source/ucbhelper/xtempfile \
))
+
+# vim: set noet sw=4 ts=4:
diff --git a/unotools/Package_inc.mk b/unotools/Package_inc.mk
index 3d78b8502cf0..13a8165e3ba6 100644
--- a/unotools/Package_inc.mk
+++ b/unotools/Package_inc.mk
@@ -114,3 +114,5 @@ $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/useroptions.hxx,unot
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/viewoptions.hxx,unotools/viewoptions.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/workingsetoptions.hxx,unotools/workingsetoptions.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/xmlaccelcfg.hxx,unotools/xmlaccelcfg.hxx))
+
+# vim: set noet sw=4 ts=4: