summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalue.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 14:07:54 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:33 +0200
commit988a6c418d58f4031238010cb047cd006d48960b (patch)
treea68c4edfb54598377a770b4eb3acde19cc48d3d6 /sc/inc/cellvalue.hxx
parentremove unused code ScCollection::IndexOf(ScDataObject*) const (diff)
downloadcore-988a6c418d58f4031238010cb047cd006d48960b.tar.gz
core-988a6c418d58f4031238010cb047cd006d48960b.zip
remove unused cdeo from ScCellValue
Specifically: ScCellValue::ScCellValue(EditTextObject const&) ScCellValue::ScCellValue(ScFormulaCell const&) ScCellValue::hasNumeric() const ScCellValue::hasString() const ScCellValue::set(ScFormulaCell const&) Change-Id: Ief8c07d6e2c7df6c6037fb3e59c00c37e3e0a49a
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r--sc/inc/cellvalue.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx
index 193cb967c3e7..dd07d1cdafad 100644
--- a/sc/inc/cellvalue.hxx
+++ b/sc/inc/cellvalue.hxx
@@ -43,8 +43,6 @@ struct SC_DLLPUBLIC ScCellValue
ScCellValue( const ScRefCellValue& rCell );
ScCellValue( double fValue );
ScCellValue( const svl::SharedString& rString );
- ScCellValue( const EditTextObject& rEditText );
- ScCellValue( const ScFormulaCell& rFormula );
ScCellValue( const ScCellValue& r );
~ScCellValue();
@@ -54,7 +52,6 @@ struct SC_DLLPUBLIC ScCellValue
void set( double fValue );
void set( const svl::SharedString& rStr );
void set( const EditTextObject& rEditText );
- void set( const ScFormulaCell& rFormula );
void set( ScFormulaCell* pFormula );
/**
@@ -80,10 +77,6 @@ struct SC_DLLPUBLIC ScCellValue
void release( ScColumn& rColumn, SCROW nRow );
- bool hasString() const;
-
- bool hasNumeric() const;
-
bool isEmpty() const;
bool equalsWithoutFormat( const ScCellValue& r ) const;