summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry/indexentrysupplier.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 10:07:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 10:07:14 +0000
commitbebde6d89137cf30c45db55683f47662bb7fa4e6 (patch)
tree3ddeb1e500896356274354feca3e0a7a389aa9e7 /i18npool/source/indexentry/indexentrysupplier.cxx
parent931a6041d51b4354288604d288851addea74bcfb (diff)
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
Diffstat (limited to 'i18npool/source/indexentry/indexentrysupplier.cxx')
-rw-r--r--i18npool/source/indexentry/indexentrysupplier.cxx8
1 files 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)