summaryrefslogtreecommitdiff
path: root/filter/source/svg/test/parsertest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/test/parsertest.cxx')
-rw-r--r--filter/source/svg/test/parsertest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/svg/test/parsertest.cxx b/filter/source/svg/test/parsertest.cxx
index 04695a54f02c..024900c9605d 100644
--- a/filter/source/svg/test/parsertest.cxx
+++ b/filter/source/svg/test/parsertest.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -207,3 +208,5 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(TestParser, "test svg parser fragments");
// this macro creates an empty function, which will called by the RegisterAllFunctions()
// to let the user the possibility to also register some functions by hand.
NOADDITIONAL;
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */