summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-16 16:06:42 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:19 +0100
commit6695b26980f9b089c32308cd8fd51706bf8c34f1 (patch)
treef01c3cf1b82e6beb46103bd2ec5d55f1bb6a7f43 /xmloff/inc
parent5c983682af88cba53dd02acf17d29a9f6f2ff9e5 (diff)
Added column separator style in ODF
Diffstat (limited to 'xmloff/inc')
-rwxr-xr-xxmloff/inc/XMLTextColumnsContext.hxx1
-rwxr-xr-xxmloff/inc/XMLTextColumnsExport.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/XMLTextColumnsContext.hxx b/xmloff/inc/XMLTextColumnsContext.hxx
index 078a6bfffec3..c8bc74ea1c87 100755
--- a/xmloff/inc/XMLTextColumnsContext.hxx
+++ b/xmloff/inc/XMLTextColumnsContext.hxx
@@ -46,6 +46,7 @@ class XMLTextColumnsContext :public XMLElementPropertyContext
const ::rtl::OUString sSeparatorLineVerticalAlignment;
const ::rtl::OUString sIsAutomatic;
const ::rtl::OUString sAutomaticDistance;
+ const ::rtl::OUString sSeparatorLineStyle;
XMLTextColumnsArray_Impl *pColumns;
diff --git a/xmloff/inc/XMLTextColumnsExport.hxx b/xmloff/inc/XMLTextColumnsExport.hxx
index a40a351c6828..b108e1982b53 100755
--- a/xmloff/inc/XMLTextColumnsExport.hxx
+++ b/xmloff/inc/XMLTextColumnsExport.hxx
@@ -43,6 +43,7 @@ class XMLTextColumnsExport
const ::rtl::OUString sSeparatorLineVerticalAlignment;
const ::rtl::OUString sIsAutomatic;
const ::rtl::OUString sAutomaticDistance;
+ const ::rtl::OUString sSeparatorLineStyle;
protected: