diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 14:07:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:33 +0200 |
commit | 988a6c418d58f4031238010cb047cd006d48960b (patch) | |
tree | a68c4edfb54598377a770b4eb3acde19cc48d3d6 /unusedcode.easy | |
parent | 39ff662a15683d02ca6a9b1e407b5ed16e460779 (diff) |
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 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 59e7e4d38d8f..a35497d18ce9 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -61,11 +61,6 @@ SalDisplay::PrintInfo() const SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) ScCellIterator::getValue() ScCellIterator::hasNumeric() const -ScCellValue::ScCellValue(EditTextObject const&) -ScCellValue::ScCellValue(ScFormulaCell const&) -ScCellValue::hasNumeric() const -ScCellValue::hasString() const -ScCellValue::set(ScFormulaCell const&) ScDocument::CreateFormatTable() const ScExtIButton::GetSelected() const ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() |