summaryrefslogtreecommitdiff
path: root/svtools/inc/table/tablecontrolinterface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/table/tablecontrolinterface.hxx')
-rw-r--r--svtools/inc/table/tablecontrolinterface.hxx7
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 )