diff options
Diffstat (limited to 'svx/source/options/optlingu.cxx')
-rw-r--r-- | svx/source/options/optlingu.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/options/optlingu.cxx b/svx/source/options/optlingu.cxx index c58a0c01fb80..8f81a43f2be1 100644 --- a/svx/source/options/optlingu.cxx +++ b/svx/source/options/optlingu.cxx @@ -36,7 +36,7 @@ #define _SVSTDARR_STRINGSDTOR #define _SVSTDARR_USHORTS //#ifndef _SVSTDARR_HXX -//#include <svtools/svstdarr.hxx> +//#include <svl/svstdarr.hxx> //#endif #include <vcl/msgbox.hxx> #include <vcl/field.hxx> @@ -44,7 +44,7 @@ #include <tools/shl.hxx> #include <tools/dynary.hxx> #include <i18npool/mslangid.hxx> -//#include <svtools/svarray.hxx> +//#include <svl/svarray.hxx> #include <unotools/lingucfg.hxx> #include <unolingu.hxx> #include <dlgutil.hxx> @@ -72,8 +72,8 @@ #include <com/sun/star/system/SystemShellExecuteFlags.hpp> #include <unotools/extendedsecurityoptions.hxx> #include <svtools/svlbox.hxx> -#include <svtools/eitem.hxx> -#include <svtools/intitem.hxx> +#include <svl/eitem.hxx> +#include <svl/intitem.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/svapp.hxx> #define _SVX_OPTLINGU_CXX |