summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl b/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
index 5ff42fb42cad..cef34d258826 100644
--- a/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
+++ b/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -22,3 +23,5 @@ module ooo { module vba { module word {
const long wdXMLValidationStatusOK = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */