[Libreoffice-commits] .: 2 commits - hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk hwpfilter/Library_hwp.mk hwpfilter/Module_hwpfilter.mk lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk lotuswordpro/Library_lwpft.mk lotuswordpro/Module_lotuswordpro.mk oox/Library_oox.mk oox/Module_oox.mk oox/Package_generated.mk oox/Package_inc.mk oox/Package_source.mk oox/Package_tokens.mk unoxml/JunitTest_unordf_complex.mk unoxml/JunitTest_unoxml_complex.mk unoxml/Library_unordf.mk unoxml/Library_unoxml.mk unoxml/Module_unoxml.mk writerfilter/CppunitTest_writerfilter_doctok.mk writerfilter/JunitTest_writerfilter_complex.mk writerfilter/Library_doctok.mk writerfilter/Library_ooxml.mk writerfilter/Library_resourcemodel.mk writerfilter/Library_rtftok.mk writerfilter/Library_writerfilter.mk writerfilter/Library_writerfilter_uno.mk writerfilter/Module_writerfilter.mk writerfilter/Package_writerfilter_generated.mk writerperfect/Library_msworks.mk writerperfect/Library_visioimport.mk writerperfe ct/Library_wpft.mk writerperfect/Library_wpgimport.mk writerperfect/Module_writerperfect.mk writerperfect/StaticLibrary_writerperfect.mk

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jul 30 13:15:43 PDT 2011


 hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk          |    3 ++-
 hwpfilter/Library_hwp.mk                                   |    3 ++-
 hwpfilter/Module_hwpfilter.mk                              |    3 ++-
 lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk |    3 ++-
 lotuswordpro/Library_lwpft.mk                              |    3 ++-
 lotuswordpro/Module_lotuswordpro.mk                        |    3 ++-
 oox/Library_oox.mk                                         |    3 ++-
 oox/Module_oox.mk                                          |    3 ++-
 oox/Package_generated.mk                                   |    3 ++-
 oox/Package_inc.mk                                         |    3 ++-
 oox/Package_source.mk                                      |    3 +++
 oox/Package_tokens.mk                                      |    3 ++-
 unoxml/JunitTest_unordf_complex.mk                         |    1 +
 unoxml/JunitTest_unoxml_complex.mk                         |    1 +
 unoxml/Library_unordf.mk                                   |    3 ++-
 unoxml/Library_unoxml.mk                                   |    2 +-
 unoxml/Module_unoxml.mk                                    |    1 +
 writerfilter/CppunitTest_writerfilter_doctok.mk            |    1 +
 writerfilter/JunitTest_writerfilter_complex.mk             |    1 +
 writerfilter/Library_doctok.mk                             |    3 ++-
 writerfilter/Library_ooxml.mk                              |    3 ++-
 writerfilter/Library_resourcemodel.mk                      |    3 ++-
 writerfilter/Library_rtftok.mk                             |    3 ++-
 writerfilter/Library_writerfilter.mk                       |    3 ++-
 writerfilter/Library_writerfilter_uno.mk                   |    3 ++-
 writerfilter/Module_writerfilter.mk                        |    3 ++-
 writerfilter/Package_writerfilter_generated.mk             |    2 ++
 writerperfect/Library_msworks.mk                           |    3 ++-
 writerperfect/Library_visioimport.mk                       |    3 ++-
 writerperfect/Library_wpft.mk                              |    3 ++-
 writerperfect/Library_wpgimport.mk                         |    3 ++-
 writerperfect/Module_writerperfect.mk                      |    3 ++-
 writerperfect/StaticLibrary_writerperfect.mk               |    3 ++-
 33 files changed, 61 insertions(+), 26 deletions(-)

New commits:
commit 0d4e590b2b334bb1d6b23aae080320bf23cda018
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jul 30 23:01:51 2011 +0300

    Add consistent Emacs and vim mode lines

diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
index 386e6fa..ffb5d94 100644
--- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
+++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
@@ -85,4 +86,4 @@ $(eval $(call gb_RdbTarget_add_old_components,hwpfilter_test_hwpfilter,\
 # by a link relation
 $(call gb_CppunitTest_get_target,hwpfilter_test_hwpfilter) : $(call gb_Library_get_target,hwp)
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk
index a3bfaf2..5158b88 100644
--- a/hwpfilter/Library_hwp.mk
+++ b/hwpfilter/Library_hwp.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -88,4 +89,4 @@ $(eval $(call gb_Library_add_exception_objects,hwp,\
     hwpfilter/source/solver \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/hwpfilter/Module_hwpfilter.mk b/hwpfilter/Module_hwpfilter.mk
index 9985b7e..b67c15b 100644
--- a/hwpfilter/Module_hwpfilter.mk
+++ b/hwpfilter/Module_hwpfilter.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_check_targets,hwpfilter,\
     CppunitTest_hwpfilter_test_hwpfilter \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index 5bebd75..12a0d5a 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
@@ -80,4 +81,4 @@ $(eval $(call gb_RdbTarget_add_components,lotuswordpro_test_lotuswordpro,\
 # by a link relation
 $(call gb_CppunitTest_get_target,lotuswordpro_test_lotuswordpro) : $(call gb_Library_get_target,lwpft)
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk
index bc4e9ca..ca02b40 100644
--- a/lotuswordpro/Library_lwpft.mk
+++ b/lotuswordpro/Library_lwpft.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -237,4 +238,4 @@ $(eval $(call gb_Library_add_exception_objects,lwpft,\
     lotuswordpro/source/filter/xfilter/xfutil \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/Module_lotuswordpro.mk b/lotuswordpro/Module_lotuswordpro.mk
index d523bda..f8427c9 100644
--- a/lotuswordpro/Module_lotuswordpro.mk
+++ b/lotuswordpro/Module_lotuswordpro.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_check_targets,lotuswordpro,\
     CppunitTest_lotuswordpro_test_lotuswordpro \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 69ddb25..c0aa990 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -371,4 +372,4 @@ oox_clean :
 	rm -rf $(WORKDIR)/oox
 .PHONY: oox_clean
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Module_oox.mk b/oox/Module_oox.mk
index 9fc9c8e..d0f92a0 100644
--- a/oox/Module_oox.mk
+++ b/oox/Module_oox.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -34,4 +35,4 @@ $(eval $(call gb_Module_add_targets,oox,\
     Package_tokens \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_generated.mk b/oox/Package_generated.mk
index 93639b8..14f9a0d 100644
--- a/oox/Package_generated.mk
+++ b/oox/Package_generated.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -30,4 +31,4 @@ $(eval $(call gb_Package_Package,oox_generated,$(WORKDIR)/oox))
 $(eval $(call gb_Package_add_file,oox_generated,inc/oox/namespaces.txt,misc/namespaces.txt))
 $(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,inc/oox/token/tokens.hxx))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_inc.mk b/oox/Package_inc.mk
index b51b51b..275b509 100644
--- a/oox/Package_inc.mk
+++ b/oox/Package_inc.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -56,4 +57,4 @@ $(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmldrawing.hxx,oox/vml/vml
 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmlshape.hxx,oox/vml/vmlshape.hxx))
 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/xls/excelvbaproject.hxx,oox/xls/excelvbaproject.hxx))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_source.mk b/oox/Package_source.mk
index 9591761..12d9488 100644
--- a/oox/Package_source.mk
+++ b/oox/Package_source.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -27,3 +28,5 @@
 
 $(eval $(call gb_Package_Package,oox_source,$(SRCDIR)/oox/source))
 $(eval $(call gb_Package_add_file,oox_source,inc/oox/token/tokens.txt,token/tokens.txt))
+
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_tokens.mk b/oox/Package_tokens.mk
index 6571a9c..1d54085 100644
--- a/oox/Package_tokens.mk
+++ b/oox/Package_tokens.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,oox_tokens,$(SRCDIR)/oox/source/token))
 
 $(eval $(call gb_Package_add_file,oox_tokens,inc/oox/tokens.txt,tokens.txt))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/unoxml/JunitTest_unordf_complex.mk b/unoxml/JunitTest_unordf_complex.mk
index 7f4b772..d4945d2 100644
--- a/unoxml/JunitTest_unordf_complex.mk
+++ b/unoxml/JunitTest_unordf_complex.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/unoxml/JunitTest_unoxml_complex.mk b/unoxml/JunitTest_unoxml_complex.mk
index cb6ce85..68171f9 100644
--- a/unoxml/JunitTest_unoxml_complex.mk
+++ b/unoxml/JunitTest_unoxml_complex.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk
index 8461f5c..00c8af6 100644
--- a/unoxml/Library_unordf.mk
+++ b/unoxml/Library_unordf.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -60,4 +61,3 @@ $(eval $(call gb_Library_add_exception_objects,unordf,\
 ))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk
index 5081c1b..8e06022 100644
--- a/unoxml/Library_unoxml.mk
+++ b/unoxml/Library_unoxml.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -86,4 +87,3 @@ $(eval $(call gb_Library_add_exception_objects,unoxml,\
 ))
 
 # vim: set noet sw=4 ts=4:
-
diff --git a/unoxml/Module_unoxml.mk b/unoxml/Module_unoxml.mk
index 5050d07..a189b78 100644
--- a/unoxml/Module_unoxml.mk
+++ b/unoxml/Module_unoxml.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/writerfilter/CppunitTest_writerfilter_doctok.mk b/writerfilter/CppunitTest_writerfilter_doctok.mk
index 7bcec91..ecba3de 100644
--- a/writerfilter/CppunitTest_writerfilter_doctok.mk
+++ b/writerfilter/CppunitTest_writerfilter_doctok.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/writerfilter/JunitTest_writerfilter_complex.mk b/writerfilter/JunitTest_writerfilter_complex.mk
index 5262f0a..565fe25 100644
--- a/writerfilter/JunitTest_writerfilter_complex.mk
+++ b/writerfilter/JunitTest_writerfilter_complex.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/writerfilter/Library_doctok.mk b/writerfilter/Library_doctok.mk
index 329f6e8..e7b1a02 100644
--- a/writerfilter/Library_doctok.mk
+++ b/writerfilter/Library_doctok.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -89,4 +90,4 @@ $(eval $(call gb_Library_add_generated_exception_objects,doctok,\
 	CustomTarget/writerfilter/source/resources \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index 75d4ed7..203d39b 100644
--- a/writerfilter/Library_ooxml.mk
+++ b/writerfilter/Library_ooxml.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -116,4 +117,4 @@ $(eval $(call gb_Library_add_generated_exception_objects,ooxml,\
     CustomTarget/writerfilter/source/OOXMLFactory_values \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_resourcemodel.mk b/writerfilter/Library_resourcemodel.mk
index 423b7af..ca63541 100644
--- a/writerfilter/Library_resourcemodel.mk
+++ b/writerfilter/Library_resourcemodel.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -77,4 +78,4 @@ $(eval $(call gb_Library_add_generated_cxxobjects,resourcemodel,\
 	, $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_rtftok.mk b/writerfilter/Library_rtftok.mk
index 9e3b592..d5d536d 100644
--- a/writerfilter/Library_rtftok.mk
+++ b/writerfilter/Library_rtftok.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -72,4 +73,4 @@ $(eval $(call gb_Library_add_exception_objects,rtftok,\
 	writerfilter/source/rtftok/rtfsprm \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 6d47672..1994340 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -74,4 +75,4 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
     writerfilter/source/filter/WriterFilterDetection \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_writerfilter_uno.mk b/writerfilter/Library_writerfilter_uno.mk
index 7177687..245eabe 100644
--- a/writerfilter/Library_writerfilter_uno.mk
+++ b/writerfilter/Library_writerfilter_uno.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -68,4 +69,4 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter_uno,\
 	# writerfilter/unocomponent/debugservices/rtftok/ScannerTestService \
 	# writerfilter/unocomponent/debugservices/rtftok/XMLScanner \
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Module_writerfilter.mk b/writerfilter/Module_writerfilter.mk
index 6a7d206..22ece10 100644
--- a/writerfilter/Module_writerfilter.mk
+++ b/writerfilter/Module_writerfilter.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
 # The contents of this file are subject to the Mozilla Public License Version
@@ -45,4 +46,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,writerfilter,\
     JunitTest_writerfilter_complex \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Package_writerfilter_generated.mk b/writerfilter/Package_writerfilter_generated.mk
index 3d19a0b..fe9aea3 100644
--- a/writerfilter/Package_writerfilter_generated.mk
+++ b/writerfilter/Package_writerfilter_generated.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -76,3 +77,4 @@ $(eval $(call gb_Package_add_file,writerfilter_generated,inc/writerfilter/doctok
 $(eval $(call gb_Package_add_file,writerfilter_generated,inc/writerfilter/doctok/resourceids.hxx,doctok/resourceids.hxx))
 $(eval $(call gb_Package_add_file,writerfilter_generated,inc/writerfilter/ooxml/resourceids.hxx,ooxml/resourceids.hxx))
 
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_msworks.mk b/writerperfect/Library_msworks.mk
index 02af9b9..ca23ec6 100644
--- a/writerperfect/Library_msworks.mk
+++ b/writerperfect/Library_msworks.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -64,4 +65,4 @@ $(eval $(call gb_Library_add_exception_objects,msworks,\
 	writerperfect/source/wpsimp/msworks_genericfilter \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_visioimport.mk b/writerperfect/Library_visioimport.mk
index 8e7254a..a9a660e 100644
--- a/writerperfect/Library_visioimport.mk
+++ b/writerperfect/Library_visioimport.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -63,4 +64,4 @@ $(eval $(call gb_Library_add_exception_objects,visioimport,\
 	writerperfect/source/vsdimp/visioimport_genericfilter \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_wpft.mk b/writerperfect/Library_wpft.mk
index defe694..9b552a6 100644
--- a/writerperfect/Library_wpft.mk
+++ b/writerperfect/Library_wpft.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66,4 +67,4 @@ $(eval $(call gb_Library_add_exception_objects,wpft,\
 	writerperfect/source/wpdimp/wpft_genericfilter \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_wpgimport.mk b/writerperfect/Library_wpgimport.mk
index c3a4cb6..99c70f8 100644
--- a/writerperfect/Library_wpgimport.mk
+++ b/writerperfect/Library_wpgimport.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -63,4 +64,4 @@ $(eval $(call gb_Library_add_exception_objects,wpgimport,\
 	writerperfect/source/wpgimp/wpgimport_genericfilter \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Module_writerperfect.mk b/writerperfect/Module_writerperfect.mk
index 3f59197..9784a03 100644
--- a/writerperfect/Module_writerperfect.mk
+++ b/writerperfect/Module_writerperfect.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_targets,writerperfect,\
 	StaticLibrary_writerperfect \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/StaticLibrary_writerperfect.mk b/writerperfect/StaticLibrary_writerperfect.mk
index 6270219..5c44af0 100644
--- a/writerperfect/StaticLibrary_writerperfect.mk
+++ b/writerperfect/StaticLibrary_writerperfect.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -52,4 +53,4 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,writerperfect,\
 	writerperfect/source/stream/WPXSvStream \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
commit 0b469971302bc7438582a202db9c39e10f5f9992
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jul 30 22:21:18 2011 +0300

    We need libxml2, too

diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk
index 6d91d72..8461f5c 100644
--- a/unoxml/Library_unordf.mk
+++ b/unoxml/Library_unordf.mk
@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,unordf,\
 $(eval $(call gb_Library_use_externals,unordf,\
 	librdf \
 	libxslt \
+	libxml2 \
 ))
 
 $(eval $(call gb_Library_add_exception_objects,unordf,\


More information about the Libreoffice-commits mailing list