diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 10:01:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 10:01:14 +0000 |
commit | 94948f9434354d5b8d622d3ce31698b489a6072b (patch) | |
tree | 503a55c3c181b62f45715ce1e08c318b8661270f /unotools/inc | |
parent | 4fdeec5f91760fd17a9e168765eba6f763b355e2 (diff) |
INTEGRATION: CWS i18napi (1.10.6); FILE MERGED
2003/04/19 20:21:17 er 1.10.6.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/transliterationwrapper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/transliterationwrapper.hxx b/unotools/inc/unotools/transliterationwrapper.hxx index 302fd1ec6418..b501c958c6ba 100644 --- a/unotools/inc/unotools/transliterationwrapper.hxx +++ b/unotools/inc/unotools/transliterationwrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: transliterationwrapper.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2003-04-08 16:14:55 $ + * last change: $Author: vg $ $Date: 2003-04-24 11:01:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ #include <tools/solar.h> #endif #ifndef _COM_SUN_STAR_I18N_XEXTENDEDTRANSLITERATION_HPP_ -#include <drafts/com/sun/star/i18n/XExtendedTransliteration.hpp> +#include <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< - ::drafts::com::sun::star::i18n::XExtendedTransliteration > xTrans; + ::com::sun::star::i18n::XExtendedTransliteration > xTrans; ::com::sun::star::lang::Locale aLocale; sal_uInt32 nType; sal_uInt16 nLanguage; |