diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/mtvelements.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/mtvelements.cxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx index 3eb5527b8eaf..1e08c1241e2b 100644 --- a/sc/inc/mtvelements.hxx +++ b/sc/inc/mtvelements.hxx @@ -45,7 +45,6 @@ struct CellTextAttr CellTextAttr(); CellTextAttr(const CellTextAttr& r); - CellTextAttr(sal_uInt16 nTextWidth, sal_uInt8 nScriptType); }; /// Custom element type IDs for multi_type_vector. diff --git a/sc/source/core/data/mtvelements.cxx b/sc/source/core/data/mtvelements.cxx index 1110ab6d2a04..3a74b8ab4e37 100644 --- a/sc/source/core/data/mtvelements.cxx +++ b/sc/source/core/data/mtvelements.cxx @@ -22,10 +22,6 @@ CellTextAttr::CellTextAttr(const CellTextAttr& r) : mnTextWidth(r.mnTextWidth), mnScriptType(r.mnScriptType) {} -CellTextAttr::CellTextAttr(sal_uInt16 nTextWidth, sal_uInt8 nScriptType) : - mnTextWidth(nTextWidth), - mnScriptType(nScriptType) {} - ColumnBlockPositionSet::ColumnBlockPositionSet(ScDocument& rDoc) : mrDoc(rDoc) {} ColumnBlockPosition* ColumnBlockPositionSet::getBlockPosition(SCTAB nTab, SCCOL nCol) |