summaryrefslogtreecommitdiffstats
path: root/sw/inc/acmplwrd.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/acmplwrd.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/acmplwrd.hxx')
-rw-r--r--sw/inc/acmplwrd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx
index 09586c8fddc2..b26721330d39 100644
--- a/sw/inc/acmplwrd.hxx
+++ b/sw/inc/acmplwrd.hxx
@@ -91,7 +91,7 @@ public:
// Returns all words matching a given prefix aMatch. If bIgnoreCurrentPos is set, the current
// position within the tree is ignored and replaced by aMatch.
- bool GetWordsMatching(String aMatch, std::vector<String>& aWords, sal_Bool bIgnoreCurrentPos) const;
+ bool GetWordsMatching(String aMatch, std::vector<String>& aWords, bool bIgnoreCurrentPos) const;
};