diff options
Diffstat (limited to 'linguistic/source/hhconvdic.cxx')
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index 718a9d281f31..a57df56f122b 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -19,20 +19,15 @@ #include <unicode/uscript.h> #include <i18nlangtag/lang.h> -#include <tools/stream.hxx> #include <osl/mutex.hxx> -#include <ucbhelper/content.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/linguistic2/ConversionDictionaryType.hpp> -#include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include "hhconvdic.hxx" #include <linguistic/misc.hxx> -#include "defs.hxx" using namespace osl; using namespace com::sun::star; @@ -45,7 +40,6 @@ using namespace linguistic; #define SN_HH_CONV_DICTIONARY "com.sun.star.linguistic2.HangulHanjaConversionDictionary" -#include <i18nutil/unicode.hxx> #include <com/sun/star/i18n/UnicodeScript.hpp> using namespace i18n; |