From e4f690b0389263c35f83fa8b58382c6518d00f62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Apr 2014 12:48:05 +0200 Subject: i18npool: sal_Bool->bool Change-Id: Id73ee64dbf8586743f0e436e004e663a65d4548f --- i18npool/source/search/textsearch.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18npool/source/search/textsearch.hxx') diff --git a/i18npool/source/search/textsearch.hxx b/i18npool/source/search/textsearch.hxx index ca93348ffe9d..39338e767aa6 100644 --- a/i18npool/source/search/textsearch.hxx +++ b/i18npool/source/search/textsearch.hxx @@ -111,8 +111,8 @@ class TextSearch: public cppu::WeakImplHelper2 bool IsDelimiter( const OUString& rStr, sal_Int32 nPos ) const; - sal_Bool checkCTLStart, checkCTLEnd; - sal_Bool SAL_CALL isCellStart(const OUString& searchStr, sal_Int32 nPos) + bool checkCTLStart, checkCTLEnd; + bool SAL_CALL isCellStart(const OUString& searchStr, sal_Int32 nPos) throw(::com::sun::star::uno::RuntimeException); public: -- cgit