summaryrefslogtreecommitdiff
path: root/i18npool/inc/breakiteratorImpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-22 12:48:05 +0200
committerNoel Grandin <noel@peralex.com>2014-04-23 11:11:47 +0200
commite4f690b0389263c35f83fa8b58382c6518d00f62 (patch)
treee89a15c8f29c51394ff539eabc6e122ab6d1c70f /i18npool/inc/breakiteratorImpl.hxx
parentfc06e00fd4ae2b82d827163e72eb6824e88dbd40 (diff)
i18npool: sal_Bool->bool
Change-Id: Id73ee64dbf8586743f0e436e004e663a65d4548f
Diffstat (limited to 'i18npool/inc/breakiteratorImpl.hxx')
-rw-r--r--i18npool/inc/breakiteratorImpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx
index b43adbf24b23..bca243404013 100644
--- a/i18npool/inc/breakiteratorImpl.hxx
+++ b/i18npool/inc/breakiteratorImpl.hxx
@@ -125,12 +125,12 @@ private :
com::sun::star::uno::Reference < XBreakIterator > xBI;
com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext > m_xContext;
- sal_Bool SAL_CALL createLocaleSpecificBreakIterator( const OUString& aLocaleName )
+ bool SAL_CALL createLocaleSpecificBreakIterator( const OUString& aLocaleName )
throw( com::sun::star::uno::RuntimeException );
com::sun::star::uno::Reference < XBreakIterator > SAL_CALL getLocaleSpecificBreakIterator( const com::sun::star::lang::Locale& rLocale )
throw( com::sun::star::uno::RuntimeException );
const com::sun::star::lang::Locale& SAL_CALL getLocaleByScriptType(const com::sun::star::lang::Locale& rLocale, const OUString& Text,
- sal_Int32 nStartPos, sal_Bool forward, sal_Bool skipWhiteSpace)
+ sal_Int32 nStartPos, bool forward, bool skipWhiteSpace)
throw(com::sun::star::uno::RuntimeException);
};