summaryrefslogtreecommitdiff
path: root/helpcompiler/source/BasCodeTagger.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-13 12:00:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-13 12:11:08 +0000
commit496222d64d36b69f95b790a8cdd47074b2410add (patch)
treee4cc9358bb2fb8d97bc2a48f9828c648af909e75 /helpcompiler/source/BasCodeTagger.cxx
parent6b86b55107751b1f0d03fad2a59bf8049cda3bdc (diff)
add headers to new files
Change-Id: Iaa390e50ed3cfe2ba9770c446869158b758bc48d
Diffstat (limited to 'helpcompiler/source/BasCodeTagger.cxx')
-rw-r--r--helpcompiler/source/BasCodeTagger.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx
index a984eb742962..fdc81db83c67 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -1,3 +1,12 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
#include <helpcompiler/BasCodeTagger.hxx>
LibXmlTreeWalker::LibXmlTreeWalker( xmlDocPtr doc )
@@ -230,3 +239,5 @@ xmlChar* BasicCodeTagger::getTypeString( TokenTypes tokenType )
}
return xmlCharStrdup( str );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */