summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-11-02 19:05:24 +0100
committerEike Rathke <erack@redhat.com>2015-11-03 13:37:26 +0100
commit93d61feaf55cfe4484581e1985435cd1439d6f41 (patch)
tree8460762fb9cd60c2332cb44f88c2670992ee7025 /sc
parent8c987fababbddb6e4f81b0cd717b59b9a9ff9be0 (diff)
remove superfluous call to clear() in ScRefCellValue dtor
Change-Id: Iea7788f985e2c5dc7a96eab711bf7d13732ab86e
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/cellvalue.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/cellvalue.cxx b/sc/source/core/data/cellvalue.cxx
index c63f49305f22..69032970b467 100644
--- a/sc/source/core/data/cellvalue.cxx
+++ b/sc/source/core/data/cellvalue.cxx
@@ -502,7 +502,6 @@ ScRefCellValue::ScRefCellValue( ScDocument& rDoc, const ScAddress& rPos )
ScRefCellValue::~ScRefCellValue()
{
- clear();
}
void ScRefCellValue::clear()