summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-14 22:19:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-14 22:25:15 +0900
commitde5f128cb394baea1e4e67552b8c30709c596334 (patch)
treef53523db6dcb4e9c921a990d3d665f46588af677 /sw/inc
parentf350e8ebe9a0aea0c13db3f6d8b5a35f20145e09 (diff)
sal_Bool to bool
Change-Id: I43a98cfaf0a508e99f7f6b413e67d4c1ebdacfba
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unocrsrhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 016238f83512..a5892f6cf75b 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -77,7 +77,7 @@ namespace SwUnoCursorHelper
GetNestedTextContent(SwTxtNode & rTextNode, xub_StrLen const nIndex,
bool const bParent);
- sal_Bool getCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry
+ bool getCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry
, SwPaM& rPam
, com::sun::star::uno::Any *pAny
, com::sun::star::beans::PropertyState& eState
@@ -110,7 +110,7 @@ namespace SwUnoCursorHelper
SwPaM& rPam,
com::sun::star::beans::PropertyState& eState);
- sal_Bool DocInsertStringSplitCR( SwDoc &rDoc,
+ bool DocInsertStringSplitCR( SwDoc &rDoc,
const SwPaM &rNewCursor, const String &rText,
const bool bForceExpandHints );
void makeRedline( SwPaM& rPaM, const ::rtl::OUString& RedlineType,