diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-16 18:29:11 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-16 18:33:24 +0900 |
commit | b1167e125076c8d088119585672105fd0bcbd6ee (patch) | |
tree | 84322e510a9b4fdbe96adbb69a73af6cab8717b5 /sw/inc/acmplwrd.hxx | |
parent | 20e7a9bda9ae9eae2af47402903e17f95ae3510a (diff) |
sal_Bool to bool
Change-Id: I89050a1aa899b1a6cd49800f805af9611fd0a9a7
Diffstat (limited to 'sw/inc/acmplwrd.hxx')
-rw-r--r-- | sw/inc/acmplwrd.hxx | 2 |
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; }; |