summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 86f0b51898dd..050c5c069307 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -88,9 +88,9 @@ namespace SwUnoCursorHelper
void GetCurPageStyle(SwPaM& rPaM, OUString &rString);
- inline sal_Bool IsStartOfPara(SwPaM& rUnoCrsr)
+ inline bool IsStartOfPara(SwPaM& rUnoCrsr)
{ return rUnoCrsr.GetPoint()->nContent == 0;}
- inline sal_Bool IsEndOfPara(SwPaM& rUnoCrsr)
+ inline bool IsEndOfPara(SwPaM& rUnoCrsr)
{ return rUnoCrsr.GetCntntNode() &&
rUnoCrsr.GetPoint()->nContent == rUnoCrsr.GetCntntNode()->Len();}
@@ -146,7 +146,7 @@ namespace SwUnoCursorHelper
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >
CreateSortDescriptor(const bool bFromTable);
- sal_Bool ConvertSortProperties(
+ bool ConvertSortProperties(
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& rDescriptor,
SwSortOptions & rSortOpt);