summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmltabe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmltabe.cxx')
-rw-r--r--xmloff/source/style/xmltabe.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/style/xmltabe.cxx b/xmloff/source/style/xmltabe.cxx
index c705a42055bd..239cd4e68ffd 100644
--- a/xmloff/source/style/xmltabe.cxx
+++ b/xmloff/source/style/xmltabe.cxx
@@ -125,10 +125,6 @@ void SvxXMLTabStopExport::Export( const uno::Any& rAny )
const ::com::sun::star::style::TabStop* pTabs = aSeq.getConstArray();
const sal_Int32 nTabs = aSeq.getLength();
- // ignore default tab stop here
- //if( 1 == nTabs && style::TabAlign_DEFAULT == pTabs[0].Alignment )
- // return;
-
SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOPS,
sal_True, sal_True );