diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-06 07:38:24 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-06 07:38:24 +0200 |
commit | bff284e216792b8d2a4e498beaba806eeddf844a (patch) | |
tree | efb38696ec3a75e2e52be6ec37af575e241f4154 /linguistic | |
parent | 243aa82066d78f18ddcc7fbbc1ddcb03d7a0ecde (diff) |
#103496#: move VCL free ConfigItems to unotools
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/inc/lngprops.hxx | 2 | ||||
-rw-r--r-- | linguistic/inc/misc.hxx | 2 | ||||
-rw-r--r-- | linguistic/source/convdiclist.cxx | 6 | ||||
-rw-r--r-- | linguistic/source/dlistimp.cxx | 4 | ||||
-rw-r--r-- | linguistic/source/lngopt.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngopt.hxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/misc.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/misc2.cxx | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/linguistic/inc/lngprops.hxx b/linguistic/inc/lngprops.hxx index 2714c439d18e..6903d3f1d897 100644 --- a/linguistic/inc/lngprops.hxx +++ b/linguistic/inc/lngprops.hxx @@ -31,7 +31,7 @@ #ifndef _LINGUISTIC_LNGPROPS_HHX_ #define _LINGUISTIC_LNGPROPS_HHX_ -#include <svtools/linguprops.hxx> +#include <unotools/linguprops.hxx> // maximal number of suggestions to be returned in spelling context-menu // (may not include results added by looking up user dictionaries) diff --git a/linguistic/inc/misc.hxx b/linguistic/inc/misc.hxx index 6f06948db4af..a588491ef4d6 100644 --- a/linguistic/inc/misc.hxx +++ b/linguistic/inc/misc.hxx @@ -44,7 +44,7 @@ #include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type #include <cppuhelper/implbase1.hxx> // helper for implementations -#include <svtools/pathoptions.hxx> +#include <unotools/pathoptions.hxx> #include <i18npool/lang.h> #include <tools/string.hxx> #include <unotools/charclass.hxx> diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index ff68146834bf..89604517a41f 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -33,9 +33,9 @@ #include <tools/fsys.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> -#include <svtools/pathoptions.hxx> -#include <svtools/useroptions.hxx> -#include <svtools/lingucfg.hxx> +#include <unotools/pathoptions.hxx> +#include <unotools/useroptions.hxx> +#include <unotools/lingucfg.hxx> #include <sfx2/docfile.hxx> #include <vcl/svapp.hxx> #include <rtl/instance.hxx> diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 4da58e270991..fea10319a99c 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -39,8 +39,8 @@ #include <tools/stream.hxx> #include <tools/urlobj.hxx> #include <i18npool/mslangid.hxx> -#include <svtools/pathoptions.hxx> -#include <svtools/useroptions.hxx> +#include <unotools/pathoptions.hxx> +#include <unotools/useroptions.hxx> #include <sfx2/docfile.hxx> #include <vcl/svapp.hxx> #include <cppuhelper/factory.hxx> // helper for factories diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 995b0686e2f8..6b7b74a68d86 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -35,7 +35,7 @@ #include "lngprops.hxx" #include "misc.hxx" #include <tools/debug.hxx> -#include <svtools/lingucfg.hxx> +#include <unotools/lingucfg.hxx> #include <vcl/svapp.hxx> #include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index b424970a929b..34a9259545d3 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -41,7 +41,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/lang/XComponent.hpp> -#include <svtools/lingucfg.hxx> +#include <unotools/lingucfg.hxx> #include <svtools/itemprop.hxx> #include <unotools/configitem.hxx> #include <com/sun/star/uno/Any.h> diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 41d805fe9212..a002799efedc 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -40,7 +40,7 @@ #include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> #include <tools/solar.h> -#include <svtools/lingucfg.hxx> +#include <unotools/lingucfg.hxx> #include <unotools/processfactory.hxx> #include <i18npool/lang.h> #include <i18npool/mslangid.hxx> diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 91beaa2e2c9f..8d754054422a 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -33,7 +33,7 @@ #include <tools/string.hxx> #include <tools/fsys.hxx> #include <tools/debug.hxx> -#include <svtools/pathoptions.hxx> +#include <unotools/pathoptions.hxx> #include <svtools/lngmisc.hxx> #include <ucbhelper/content.hxx> #include <i18npool/mslangid.hxx> diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx index f89ebc1bc661..ffd54b78f860 100644 --- a/linguistic/source/misc2.cxx +++ b/linguistic/source/misc2.cxx @@ -35,7 +35,7 @@ #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> #include <tools/debug.hxx> -#include <svtools/pathoptions.hxx> +#include <unotools/pathoptions.hxx> #include <unotools/processfactory.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/localedatawrapper.hxx> |