summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlfmte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlfmte.cxx')
-rw-r--r--sw/source/filter/xml/xmlfmte.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx
index 7bc0c33081df..7e5327335018 100644
--- a/sw/source/filter/xml/xmlfmte.cxx
+++ b/sw/source/filter/xml/xmlfmte.cxx
@@ -133,16 +133,16 @@ void SwXMLExport::ExportFormat( const SwFormat& rFormat, enum XMLTokenEnum eFami
XMLTokenEnum ePropToken = XML_TABLE_PROPERTIES;
if( XML_TABLE == eFamily )
{
- xItemMap = xTableItemMap;
+ xItemMap = m_xTableItemMap;
}
else if( XML_TABLE_ROW == eFamily )
{
- xItemMap = xTableRowItemMap;
+ xItemMap = m_xTableRowItemMap;
ePropToken = XML_TABLE_ROW_PROPERTIES;
}
else if( XML_TABLE_CELL == eFamily )
{
- xItemMap = xTableCellItemMap;
+ xItemMap = m_xTableCellItemMap;
ePropToken = XML_TABLE_CELL_PROPERTIES;
}
@@ -219,7 +219,7 @@ void SwXMLExport::ExportAutoStyles_()
GetFormExport()->examineForms(xPage);
}
- GetTextParagraphExport()->collectTextAutoStylesOptimized( bShowProgress );
+ GetTextParagraphExport()->collectTextAutoStylesOptimized( m_bShowProgress );
}
GetTextParagraphExport()->exportTextAutoStyles();