summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/facreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/fastparser/facreg.cxx')
-rw-r--r--sax/source/fastparser/facreg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sax/source/fastparser/facreg.cxx b/sax/source/fastparser/facreg.cxx
index 1916a9740f1a..7d968ad1b219 100644
--- a/sax/source/fastparser/facreg.cxx
+++ b/sax/source/fastparser/facreg.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <cppuhelper/factory.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/implbase2.hxx>
@@ -104,3 +105,5 @@ void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServic
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */