diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:14:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:14:55 +0000 |
commit | 51e3a73b84582b0f17595bde6550c4764b4b64e5 (patch) | |
tree | 43dd85d4deaac030483b495ddb6edf632c7d281a /unotools | |
parent | 0f434721a2c21c3c7dd10a05a2b177d31e0f1f90 (diff) |
INTEGRATION: CWS calc06 (1.9.42); FILE MERGED
2003/03/28 15:13:28 er 1.9.42.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/transliterationwrapper.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/inc/unotools/transliterationwrapper.hxx b/unotools/inc/unotools/transliterationwrapper.hxx index 6beb0734b811..302fd1ec6418 100644 --- a/unotools/inc/unotools/transliterationwrapper.hxx +++ b/unotools/inc/unotools/transliterationwrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: transliterationwrapper.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: er $ $Date: 2002-05-31 14:27:44 $ + * last change: $Author: rt $ $Date: 2003-04-08 16:14:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ #ifndef _SOLAR_H #include <tools/solar.h> #endif -#ifndef _COM_SUN_STAR_I18N_XTRANSLITERATION_HPP_ -#include <com/sun/star/i18n/XTransliteration.hpp> +#ifndef _COM_SUN_STAR_I18N_XEXTENDEDTRANSLITERATION_HPP_ +#include <drafts/com/sun/star/i18n/XExtendedTransliteration.hpp> #endif namespace com { namespace sun { namespace star { @@ -86,7 +86,7 @@ class TransliterationWrapper ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMgr; ::com::sun::star::uno::Reference< - ::com::sun::star::i18n::XTransliteration > xTrans; + ::drafts::com::sun::star::i18n::XExtendedTransliteration > xTrans; ::com::sun::star::lang::Locale aLocale; sal_uInt32 nType; sal_uInt16 nLanguage; |