summaryrefslogtreecommitdiff
path: root/l10ntools/source/help/compilehelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/help/compilehelp.hxx')
-rw-r--r--l10ntools/source/help/compilehelp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/source/help/compilehelp.hxx b/l10ntools/source/help/compilehelp.hxx
index 9c59083bf038..b81ddfbdadf2 100644
--- a/l10ntools/source/help/compilehelp.hxx
+++ b/l10ntools/source/help/compilehelp.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -37,8 +38,6 @@
#endif
#define HELPLINKER_DLLPRIVATE SAL_DLLPRIVATE
-
-//#include <helplinkerdllapi.h>
#include <rtl/ustring.hxx>
enum HelpProcessingErrorClass
@@ -77,3 +76,5 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
);
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */