summaryrefslogtreecommitdiff
path: root/include/editeng/unoedhlp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 15:30:29 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:30 +0200
commitb46f93a3c53ce15b38369eb8b127b69bad9b2143 (patch)
treef7719e3614e1d409dc6e13897e31de90bea13f3a /include/editeng/unoedhlp.hxx
parent4e808f63290e3abade2a7dcea11209af56855b31 (diff)
editeng: sal_Bool->bool
Change-Id: Ic59e48341f69b8c6e6fe77b05eeebac56a2c53e7
Diffstat (limited to 'include/editeng/unoedhlp.hxx')
-rw-r--r--include/editeng/unoedhlp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx
index 8184561001e3..58d78aae4b33 100644
--- a/include/editeng/unoedhlp.hxx
+++ b/include/editeng/unoedhlp.hxx
@@ -98,9 +98,9 @@ public:
@param nIndex
The character index from which the range of similar attributed characters is requested
- @return sal_True, if the range has been successfully determined
+ @return true, if the range has been successfully determined
*/
- static sal_Bool GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, const EditEngine& rEE, sal_Int32 nPara, sal_Int32 nIndex, sal_Bool bInCell = sal_False);
+ static bool GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, const EditEngine& rEE, sal_Int32 nPara, sal_Int32 nIndex, bool bInCell = false);
/** Convert point from edit engine to user coordinate space