summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TableData.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-28 09:58:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-28 13:31:49 +0200
commit2fbb97367ac93eb11429382f31fa6417eec76f8d (patch)
tree91b03fca5308c5fbe19bb309192bb75591e1f810 /writerfilter/source/dmapper/TableData.hxx
parentd664a01f3be81572526d1136c261d86c12f5af90 (diff)
loplugin:unusedmethods
Change-Id: I5f9ef043d76c55f2c761fd08a2bc1dae66b675c8 Reviewed-on: https://gerrit.libreoffice.org/61073 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/dmapper/TableData.hxx')
-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 92cbbcc218c4..bb2060a8356a 100644
--- a/writerfilter/source/dmapper/TableData.hxx
+++ b/writerfilter/source/dmapper/TableData.hxx
@@ -321,17 +321,6 @@ public:
}
/**
- Add properties to a cell of the current row.
-
- @param i index of the cell
- @param pProps properties to add
- */
- void insertCellProperties(unsigned int i, TablePropertyMapPtr pProps)
- {
- mpRow->insertCellProperties(i, pProps);
- }
-
- /**
Return number of rows in the table.
*/
unsigned int getRowCount()