summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 16:02:48 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:01 +0200
commitf7d6dde5563e5ccd9bd3490e6e25cbdf51a10105 (patch)
tree315e2796d7adb88b0e0033f5c13c4d1a722bf6b3 /sc/source
parentbdfb4f8a3e204b9fe1fe29dbc670dc100da5019e (diff)
remove unused code in sc::CellTextAttr
sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char) Change-Id: I39f893714866f69b7928cee980cb1505c9b2be06
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/data/mtvelements.cxx4
1 files changed, 0 insertions, 4 deletions
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)