From bebde6d89137cf30c45db55683f47662bb7fa4e6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 24 Apr 2003 10:07:14 +0000 Subject: [PATCH] INTEGRATION: CWS i18napi (1.11.16); FILE MERGED 2003/04/19 19:41:04 er 1.11.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n --- i18npool/source/indexentry/indexentrysupplier.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18npool/source/indexentry/indexentrysupplier.cxx b/i18npool/source/indexentry/indexentrysupplier.cxx index d6e02b697d88..118a19058c29 100644 --- a/i18npool/source/indexentry/indexentrysupplier.cxx +++ b/i18npool/source/indexentry/indexentrysupplier.cxx @@ -2,9 +2,9 @@ * * $RCSfile: indexentrysupplier.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-26 10:54:40 $ + * last change: $Author: vg $ $Date: 2003-04-24 11:07:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -283,13 +283,13 @@ sal_Bool SAL_CALL IndexEntrySupplier::createLocaleSpecificIndexEntrySupplier(con OUString::createFromAscii("com.sun.star.i18n.IndexEntrySupplier_") + name); if ( xI.is() ) { - xI->queryInterface( ::getCppuType((const Reference< drafts::com::sun::star::i18n::XExtendedIndexEntrySupplier>*)0) ) >>= xIES; + xI->queryInterface( ::getCppuType((const Reference< com::sun::star::i18n::XExtendedIndexEntrySupplier>*)0) ) >>= xIES; return xIES.is(); } return sal_False; } -Reference < drafts::com::sun::star::i18n::XExtendedIndexEntrySupplier > SAL_CALL +Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > SAL_CALL IndexEntrySupplier::getLocaleSpecificIndexEntrySupplier(const Locale& rLocale, const OUString& rSortAlgorithm) throw (RuntimeException) { if (xIES.is() && rLocale == aLocale && rSortAlgorithm == aSortAlgorithm)