diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-04 21:52:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-06 22:08:36 +0000 |
commit | 97f2f76452dd116090e513239ca656bd432494d7 (patch) | |
tree | a972ee120e7c822124769913c644cdc003700a87 /sc/inc/column.hxx | |
parent | b2e42f5cfa6b7e762098c6dc2e2acf920354b3f2 (diff) |
callcatcher: update and remove some more unused methods
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 7e21ba884740..5daecd57ad48 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -300,7 +300,6 @@ public: void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ); void SetTabNo(SCTAB nNewTab); - bool IsRangeNameInUse(SCROW nRow1, SCROW nRow2, sal_uInt16 nIndex) const; void FindRangeNamesInUse(SCROW nRow1, SCROW nRow2, std::set<sal_uInt16>& rIndexes) const; void ReplaceRangeNamesInUse( SCROW nRow1, SCROW nRow2, const ScRangeData::IndexMap& rMap ); @@ -375,9 +374,6 @@ public: double nPPTX, double nPPTY, const Fraction& rZoomX, const Fraction& rZoomY, bool bShrink, sal_uInt16 nMinHeight, SCROW nMinStart ); -private: - long GetSimpleTextNeededSize( SCSIZE nIndex, OutputDevice* pDev, - bool bWidth ); public: /// Including current, may return -1 |