summaryrefslogtreecommitdiffstats
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-16 18:29:11 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-16 18:33:24 +0900
commitb1167e125076c8d088119585672105fd0bcbd6ee (patch)
tree84322e510a9b4fdbe96adbb69a73af6cab8717b5 /sw/inc/swmodule.hxx
parentrtl::OUString cleanup in basctl (diff)
downloadcore-b1167e125076c8d088119585672105fd0bcbd6ee.tar.gz
core-b1167e125076c8d088119585672105fd0bcbd6ee.zip
sal_Bool to bool
Change-Id: I89050a1aa899b1a6cd49800f805af9611fd0a9a7
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 64584f5651f3..e11ac4759b4d 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -232,8 +232,8 @@ public:
void RemoveAttrPool();
// Invalidates online spell-wrong-lists if necessary.
- void CheckSpellChanges( sal_Bool bOnlineSpelling,
- sal_Bool bIsSpellWrongAgain, sal_Bool bIsSpellAllAgain, sal_Bool bSmartTags );
+ void CheckSpellChanges( bool bOnlineSpelling,
+ bool bIsSpellWrongAgain, bool bIsSpellAllAgain, bool bSmartTags );
inline ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XLinguServiceEventListener >