diff options
Diffstat (limited to 'xmloff/inc/XMLTextColumnsContext.hxx')
-rw-r--r-- | xmloff/inc/XMLTextColumnsContext.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/inc/XMLTextColumnsContext.hxx b/xmloff/inc/XMLTextColumnsContext.hxx index fdc969b3e2e1c..0aaa16866a73c 100644 --- a/xmloff/inc/XMLTextColumnsContext.hxx +++ b/xmloff/inc/XMLTextColumnsContext.hxx @@ -32,15 +32,6 @@ typedef std::vector<rtl::Reference<XMLTextColumnContext_Impl>> XMLTextColumnsArr class XMLTextColumnsContext :public XMLElementPropertyContext { - const OUString sSeparatorLineIsOn; - const OUString sSeparatorLineWidth; - const OUString sSeparatorLineColor; - const OUString sSeparatorLineRelativeHeight; - const OUString sSeparatorLineVerticalAlignment; - const OUString sAutomaticDistance; - const OUString sSeparatorLineStyle; - - std::unique_ptr<XMLTextColumnsArray_Impl> pColumns; rtl::Reference<XMLTextColumnSepContext_Impl> mxColumnSep; std::unique_ptr<SvXMLTokenMap> pColumnAttrTokenMap; |