summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLTextColumnsExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLTextColumnsExport.hxx')
-rw-r--r--xmloff/inc/XMLTextColumnsExport.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/inc/XMLTextColumnsExport.hxx b/xmloff/inc/XMLTextColumnsExport.hxx
index 9236ad3da1d2..b108e1982b53 100644
--- a/xmloff/inc/XMLTextColumnsExport.hxx
+++ b/xmloff/inc/XMLTextColumnsExport.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.
@@ -42,6 +43,7 @@ class XMLTextColumnsExport
const ::rtl::OUString sSeparatorLineVerticalAlignment;
const ::rtl::OUString sIsAutomatic;
const ::rtl::OUString sAutomaticDistance;
+ const ::rtl::OUString sSeparatorLineStyle;
protected:
@@ -56,3 +58,5 @@ public:
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */