diff options
Diffstat (limited to 'linguistic/source/convdiclist.cxx')
-rw-r--r-- | linguistic/source/convdiclist.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index d110dd4afe60..79ea6f639fab 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -24,32 +24,24 @@ #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/linguistic2/ConversionDictionaryType.hpp> -#include <com/sun/star/linguistic2/XConversionDictionary.hpp> #include <com/sun/star/linguistic2/XConversionDictionaryList.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/util/XFlushable.hpp> -#include <com/sun/star/ucb/CommandAbortedException.hpp> #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/supportsservice.hxx> -#include <sal/log.hxx> #include <rtl/instance.hxx> #include <tools/debug.hxx> -#include <tools/stream.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/lingucfg.hxx> -#include <unotools/pathoptions.hxx> -#include <unotools/useroptions.hxx> #include <tools/diagnose_ex.h> #include "convdic.hxx" #include "convdiclist.hxx" -#include "defs.hxx" #include "hhconvdic.hxx" #include "lngreg.hxx" #include <linguistic/misc.hxx> |