summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/TableData.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/writerfilter/source/dmapper/TableData.hxx b/writerfilter/source/dmapper/TableData.hxx
index bb2060a8356a..8381a9899125 100644
--- a/writerfilter/source/dmapper/TableData.hxx
+++ b/writerfilter/source/dmapper/TableData.hxx
@@ -166,17 +166,6 @@ public:
}
/**
- Add properties to a cell of the row.
-
- @param i index of the cell
- @param pProps the properties to add
- */
- void insertCellProperties(unsigned int i, TablePropertyMapPtr pProps)
- {
- mCells[i]->insertProperties(pProps);
- }
-
- /**
Add properties to the last cell of the row.
*/
void insertCellProperties(TablePropertyMapPtr pProps)