diff options
-rw-r--r-- | sc/inc/cell.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/cell.cxx | 5 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 08fbdfadb26f..b4549d1f2483 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -207,7 +207,6 @@ public: DECL_FIXEDMEMPOOL_NEWDEL( ScStringCell ) #endif - ScStringCell(); explicit ScStringCell(const rtl::OUString& rString); #if OSL_DEBUG_LEVEL > 0 diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx index 9ccaddedf2cd..a4e536191ed8 100644 --- a/sc/source/core/data/cell.cxx +++ b/sc/source/core/data/cell.cxx @@ -657,11 +657,6 @@ ScValueCell::~ScValueCell() // ============================================================================ -ScStringCell::ScStringCell() : - ScBaseCell( CELLTYPE_STRING ) -{ -} - ScStringCell::ScStringCell( const rtl::OUString& rString ) : ScBaseCell( CELLTYPE_STRING ), maString( rString.intern() ) diff --git a/unusedcode.easy b/unusedcode.easy index 89aa3c85891d..b62d53a1ebbc 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -86,7 +86,6 @@ ScRTFColTwips_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(un ScRangeData::ReplaceRangeNamesInUse(std::__debug::map<unsigned short, unsigned short, std::less<unsigned short>, std::allocator<std::pair<unsigned short const, unsigned short> > > const&) ScRangeData::ScRangeData(unsigned short) ScSimpleRangeList::Range::contains(ScSimpleRangeList::Range const&) const -ScStringCell::ScStringCell() ScTable::ReplaceRangeNamesInUse(short, int, short, int, std::__debug::map<unsigned short, unsigned short, std::less<unsigned short>, std::allocator<std::pair<unsigned short const, unsigned short> > > const&) ScTypedStrData::GetValue() const ScValidationEntries_Impl::Insert(ScValidationData* const&, unsigned short&) |