Kaydet (Commit) bcaf811e authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I13afb78450ef81e2269ab9a39a3f358e43f6f264
üst a79f1097
......@@ -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 );
};
......
......@@ -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.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment