summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-01 13:42:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-01 15:35:41 +0200
commit6fb45286490f866013c90a9d5dc4d296e67c7d04 (patch)
tree4c7fc3ba0f592c80884d34f76e6b1f9a8e0532ad /svx/source/inc
parentf767d5e2b017c0d0cfd23ff3318cb30901847722 (diff)
loplugin:unusedmethods
Change-Id: Ifaf3860a31fc151bb7052db1b87962b8aba27c37 Reviewed-on: https://gerrit.libreoffice.org/78366 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/tablemodel.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/inc/tablemodel.hxx b/svx/source/inc/tablemodel.hxx
index 0dba1c058866..78aabc51f692 100644
--- a/svx/source/inc/tablemodel.hxx
+++ b/svx/source/inc/tablemodel.hxx
@@ -85,9 +85,6 @@ public:
/// Get the width of all columns in this table.
std::vector<sal_Int32> getColumnWidths();
- /// Get the height of all rows in this table.
- std::vector<sal_Int32> getRowHeights();
-
void dumpAsXml(xmlTextWriterPtr pWriter) const;
// ICellRange