summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosrch.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-03 20:35:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-04 08:15:16 +0000
commit15647c722480931835404a890353058df98c6a31 (patch)
tree6161fa9fc4027f8cef56cf56e11367299d48590b /sw/source/core/unocore/unosrch.cxx
parent059e8ebcaa06525754acf335d828c8ec5b3019f0 (diff)
detangle some BOOL/sal_Bool/bools nastiness
Diffstat (limited to 'sw/source/core/unocore/unosrch.cxx')
-rw-r--r--sw/source/core/unocore/unosrch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unosrch.cxx b/sw/source/core/unocore/unosrch.cxx
index d54a6768f66b..5b07eebd5ac3 100644
--- a/sw/source/core/unocore/unosrch.cxx
+++ b/sw/source/core/unocore/unosrch.cxx
@@ -637,7 +637,7 @@ OUString SwXTextSearch::getImplementationName(void) throw( uno::RuntimeException
return C2U("SwXTextSearch");
}
-BOOL SwXTextSearch::supportsService(const OUString& rServiceName) throw( uno::RuntimeException )
+sal_Bool SwXTextSearch::supportsService(const OUString& rServiceName) throw( uno::RuntimeException )
{
return C2U("com.sun.star.util.SearchDescriptor") == rServiceName ||
C2U("com.sun.star.util.ReplaceDescriptor") == rServiceName;