summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 16:02:59 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 23:14:46 -0400
commitd61233a388284383a939e2f26a0e25b9ad243898 (patch)
treec3090333ff54e546ebedcb6a2390c77c84173e53 /sc/inc
parent4277d968eb4407e22a3d4b467340a347e43e7ea9 (diff)
Move this code from the column code back into the interpreter code.
Change-Id: I7830cdf3f09ed7b6ae6221212bfb84abcdeac523
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 359b8ac6f322..62e1ddfccd8a 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -409,9 +409,6 @@ public:
void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark );
void ChangeSelectionIndent( bool bIncrement, const ScMarkData& rMark );
- double SumNumericCells( sc::ColumnBlockConstPosition& rPos, SCROW nRow1, SCROW nRow2 ) const;
- size_t CountNumericCells( sc::ColumnBlockConstPosition& rPos, SCROW nRow1, SCROW nRow2 ) const;
-
long GetNeededSize(
SCROW nRow, OutputDevice* pDev, double nPPTX, double nPPTY,
const Fraction& rZoomX, const Fraction& rZoomY,