diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-19 09:20:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 08:33:21 +0000 |
commit | b3ff2f450f2e20af8e8f77515ad0615106859292 (patch) | |
tree | 398bab17f6891e50dde504986a60989173c76ac4 /svtools/inc | |
parent | d4d2fc24793960a07275e49706b90928b4a0c764 (diff) |
loplugin:unusedmethods in slideshow to svtools
Change-Id: Icf0056e13c88d7d347e668adaeddd4ed72af85cf
Reviewed-on: https://gerrit.libreoffice.org/25141
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/table/tablecontrolinterface.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/inc/table/tablecontrolinterface.hxx b/svtools/inc/table/tablecontrolinterface.hxx index 5f957b93d9b5..2e5e6d4d19b6 100644 --- a/svtools/inc/table/tablecontrolinterface.hxx +++ b/svtools/inc/table/tablecontrolinterface.hxx @@ -95,13 +95,6 @@ namespace svt { namespace table RowPos nRow; TableCellArea eArea; - TableCell() - :nColumn( COL_INVALID ) - ,nRow( ROW_INVALID ) - ,eArea( CellContent ) - { - } - TableCell( ColPos const i_column, RowPos const i_row ) :nColumn( i_column ) ,nRow( i_row ) |