summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 15:12:51 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:08 +0200
commitbcaf811e3b63109e9b0982d6727b03c4807c7333 (patch)
treeca5c79ceabd9726dae28af5e30f217e0247fa391
parenta79f1097eed72fcc5a9edc64f31b17ee29558fc3 (diff)
sal_Bool->bool
Change-Id: I13afb78450ef81e2269ab9a39a3f358e43f6f264
-rw-r--r--sc/inc/editutil.hxx2
-rw-r--r--sc/source/core/tool/editutil.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx
index a8cd1ab9797b..cf3614e359c9 100644
--- a/sc/inc/editutil.hxx
+++ b/sc/inc/editutil.hxx
@@ -89,7 +89,7 @@ public:
aScrPos(rScrPosPixel),pDev(pDevice),
nPPTX(nScaleX),nPPTY(nScaleY),aZoomX(rX),aZoomY(rY) {}
- Rectangle GetEditArea( const ScPatternAttr* pPattern, sal_Bool bForceToTop );
+ Rectangle GetEditArea( const ScPatternAttr* pPattern, bool bForceToTop );
};
diff --git a/sc/source/core/tool/editutil.cxx b/sc/source/core/tool/editutil.cxx
index 832fa77804e0..b0fb33d81c0a 100644
--- a/sc/source/core/tool/editutil.cxx
+++ b/sc/source/core/tool/editutil.cxx
@@ -278,7 +278,7 @@ OUString ScEditUtil::GetCellFieldValue(
return aRet;
}
-Rectangle ScEditUtil::GetEditArea( const ScPatternAttr* pPattern, sal_Bool bForceToTop )
+Rectangle ScEditUtil::GetEditArea( const ScPatternAttr* pPattern, bool bForceToTop )
{
// bForceToTop = always align to top, for editing
// (sal_False for querying URLs etc.)