diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-26 15:39:50 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-22 18:07:25 -0400 |
commit | 04ee80c1a6d476171d2394a57011dc98c2aa86bc (patch) | |
tree | 4e200181e520fb0d7a1755bfb51e637147a7b0bc /sc/inc/column.hxx | |
parent | 48f2cc5a2e0a29a4d36cc36ef358cdb4b3e58061 (diff) |
Store height array to RowHeightContext and reduce function arg counts.
Change-Id: I09b79bc76ffc55e25c24bbfa8f000f4a46df0a1c
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 560729b0887d..fbf11d5d4bc1 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -465,8 +465,7 @@ public: bool bFormula, sal_uInt16 nOldWidth, const ScMarkData* pMarkData, const ScColWidthParam* pParam) const; void GetOptimalHeight( - sc::RowHeightContext& rCxt, SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight, - sal_uInt16 nMinHeight, SCROW nMinStart ); + sc::RowHeightContext& rCxt, SCROW nStartRow, SCROW nEndRow, sal_uInt16 nMinHeight, SCROW nMinStart ); /// Including current, may return -1 SCsROW GetNextUnprotected( SCROW nRow, bool bUp ) const; |