summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltbli.cxx')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index cae6695e3521..42060375c4e0 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -1275,9 +1275,6 @@ public:
}
};
-
-
-
typedef boost::ptr_vector<SwXMLTableRow_Impl> SwXMLTableRows_Impl;
const SwXMLTableCell_Impl *SwXMLTableContext::GetCell( sal_uInt32 nRow,
@@ -2807,7 +2804,6 @@ void SwXMLTableContext::MakeTable()
pFrmFmt->SetFmtAttr( aSize );
pFrmFmt->UnlockModify();
-
for( sal_uInt16 i=0; i<pRows->size(); i++ )
(*pRows)[i].Dispose();