summaryrefslogtreecommitdiff
path: root/xmloff/source/script/XMLScriptExportHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/script/XMLScriptExportHandler.cxx')
-rw-r--r--xmloff/source/script/XMLScriptExportHandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/script/XMLScriptExportHandler.cxx b/xmloff/source/script/XMLScriptExportHandler.cxx
index 5bf494b998..cce202e7c0 100644
--- a/xmloff/source/script/XMLScriptExportHandler.cxx
+++ b/xmloff/source/script/XMLScriptExportHandler.cxx
@@ -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.
@@ -84,3 +85,5 @@ void XMLScriptExportHandler::Export(
XML_EVENT_LISTENER,
bUseWhitespace, sal_False);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */