From f3801ce725df8faa93c54c0129a0c9ca9846b925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 25 Jan 2007 08:54:42 +0000 Subject: [PATCH] #i10000# Last rev. changed 'using namespace' from '::com::sun::star::uno' into '::com::sun::star'. So we have to specify 'uno' now for com::sun:star::uno::Sequence. --- i18npool/source/breakiterator/breakiterator_unicode.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i18npool/source/breakiterator/breakiterator_unicode.cxx b/i18npool/source/breakiterator/breakiterator_unicode.cxx index 2bfcd271967d..b92e1de11572 100644 --- a/i18npool/source/breakiterator/breakiterator_unicode.cxx +++ b/i18npool/source/breakiterator/breakiterator_unicode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: breakiterator_unicode.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2007-01-25 09:35:31 $ + * last change: $Author: rt $ $Date: 2007-01-25 09:54:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,7 @@ #include #include #include +#include U_CDECL_BEGIN extern const char OpenOffice_dat[]; @@ -111,7 +112,7 @@ void SAL_CALL BreakIterator_Unicode::loadICUBreakIterator(const com::sun::star:: icuBI->aBreakIterator=NULL; } if (rule) { - Sequence< OUString > breakRules = LocaleData().getBreakIteratorRules(rLocale); + uno::Sequence< OUString > breakRules = LocaleData().getBreakIteratorRules(rLocale); status = U_ZERO_ERROR; udata_setAppData("OpenOffice", OpenOffice_dat, &status);