summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index de4d1ad7e72b..949908404ce7 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -188,7 +188,7 @@ public:
#ifdef USE_MEMPOOL
DECL_FIXEDMEMPOOL_NEWDEL( ScValueCell )
#endif
- ScValueCell();
+
explicit ScValueCell( double fValue );
#if OSL_DEBUG_LEVEL > 0
@@ -433,7 +433,6 @@ public:
bool TestTabRefAbs(SCTAB nTable);
void UpdateCompile( bool bForceIfNameInUse = false );
void FindRangeNamesInUse(std::set<sal_uInt16>& rIndexes) const;
- void ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap );
bool IsSubTotal() const { return bSubTotal; }
bool IsChanged() const;
void ResetChanged();