summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-27 23:27:30 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 01:12:51 -0400
commit629c793388f071ff9624e78c578a76eadef2fc34 (patch)
tree88cf305aa7ddcf4d48629709eb4a9761daab9276 /sc/source/ui/inc
parente610388522c31455bb989c957e9480fa7fbcdf6c (diff)
More on replacing ScBaseCell.
Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/output.hxx5
1 files changed, 2 insertions, 3 deletions
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,