summaryrefslogtreecommitdiff
path: root/sc/source/core/data/celltextattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/celltextattr.cxx')
-rw-r--r--sc/source/core/data/celltextattr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/data/celltextattr.cxx b/sc/source/core/data/celltextattr.cxx
index 5d792442b8af..09bfb0829a67 100644
--- a/sc/source/core/data/celltextattr.cxx
+++ b/sc/source/core/data/celltextattr.cxx
@@ -16,10 +16,6 @@ CellTextAttr::CellTextAttr() :
mnTextWidth(TEXTWIDTH_DIRTY),
mnScriptType(SvtScriptType::UNKNOWN) {}
-CellTextAttr::CellTextAttr(const CellTextAttr& r) :
- mnTextWidth(r.mnTextWidth),
- mnScriptType(r.mnScriptType) {}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */