diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 15:12:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-12 09:01:08 +0200 |
commit | bcaf811e3b63109e9b0982d6727b03c4807c7333 (patch) | |
tree | ca5c79ceabd9726dae28af5e30f217e0247fa391 /sc/inc/editutil.hxx | |
parent | a79f1097eed72fcc5a9edc64f31b17ee29558fc3 (diff) |
sal_Bool->bool
Change-Id: I13afb78450ef81e2269ab9a39a3f358e43f6f264
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 2 |
1 files changed, 1 insertions, 1 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 ); }; |