From 629c793388f071ff9624e78c578a76eadef2fc34 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 27 Mar 2013 23:27:30 -0400 Subject: More on replacing ScBaseCell. Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd --- sc/source/ui/inc/output.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/inc') diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx index 990a947b5dba..1e715a70977c 100644 --- a/sc/source/ui/inc/output.hxx +++ b/sc/source/ui/inc/output.hxx @@ -32,7 +32,6 @@ class Font; class OutputDevice; class EditEngine; class ScDocument; -class ScBaseCell; class ScPatternAttr; class SdrObject; struct RowInfo; @@ -206,10 +205,10 @@ private: sal_Bool GetMergeOrigin( SCCOL nX, SCROW nY, SCSIZE nArrY, SCCOL& rOverX, SCROW& rOverY, sal_Bool bVisRowChanged ); - sal_Bool IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY ); + bool IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY ); void GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScRefCellValue& rCell ); - sal_Bool IsAvailable( SCCOL nX, SCROW nY ); + bool IsAvailable( SCCOL nX, SCROW nY ); void GetOutputArea( SCCOL nX, SCSIZE nArrY, long nPosX, long nPosY, SCCOL nCellX, SCROW nCellY, long nNeeded, -- cgit v1.2.3