diff options
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/accessibledialogwindow.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/baside3.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/basobj.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/dlged.hxx | 4 | ||||
-rw-r--r-- | basctl/source/inc/dlgresid.hrc | 2 | ||||
-rw-r--r-- | basctl/source/inc/propbrw.hxx | 4 | ||||
-rw-r--r-- | basctl/source/inc/sbxitem.hxx | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx index 8552f9f09e10..db446d479ead 100644 --- a/basctl/source/inc/accessibledialogwindow.hxx +++ b/basctl/source/inc/accessibledialogwindow.hxx @@ -37,7 +37,7 @@ #include <comphelper/accessiblecomponenthelper.hxx> #include <cppuhelper/implbase3.hxx> #include <tools/link.hxx> -#include <svtools/lstner.hxx> +#include <svl/lstner.hxx> #include <vector> diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx index 45eace9f6137..4c361d4545f5 100644 --- a/basctl/source/inc/baside3.hxx +++ b/basctl/source/inc/baside3.hxx @@ -36,7 +36,7 @@ #endif #include <bastypes.hxx> -#include <svtools/undo.hxx> +#include <svl/undo.hxx> #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/lstbox.hxx> diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx index c917de5a6dee..a2911dcccb8f 100644 --- a/basctl/source/inc/basobj.hxx +++ b/basctl/source/inc/basobj.hxx @@ -32,7 +32,7 @@ #include "scriptdocument.hxx" #include <tools/string.hxx> -#include <svtools/lstner.hxx> +#include <svl/lstner.hxx> #ifndef _COM_SUN_STAR_IO_XINPUTSTREAMPROVIDER_HXX_ #include <com/sun/star/io/XInputStreamProvider.hpp> diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 908331b0ad63..9a75e80a53e2 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -38,8 +38,8 @@ #include <tools/link.hxx> #include <tools/gen.hxx> #include <vcl/timer.hxx> -#include <svtools/hint.hxx> -#include <svtools/brdcst.hxx> +#include <svl/hint.hxx> +#include <svl/brdcst.hxx> #define DLGED_PAGE_WIDTH_MIN 1280 #define DLGED_PAGE_HEIGHT_MIN 1024 diff --git a/basctl/source/inc/dlgresid.hrc b/basctl/source/inc/dlgresid.hrc index 928434749862..b92be11b286f 100644 --- a/basctl/source/inc/dlgresid.hrc +++ b/basctl/source/inc/dlgresid.hrc @@ -33,7 +33,7 @@ // include ----------------------------------------------------------- -#include <svtools/solar.hrc> +#include <svl/solar.hrc> // Dialog Control Id's ----------------------------------------------------------- diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 8e3fa615d960..f9be90b38b4b 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -37,8 +37,8 @@ #include <com/sun/star/frame/XFrame.hpp> #include <comphelper/composedprops.hxx> #include <sfx2/basedlgs.hxx> -#include <svtools/brdcst.hxx> -#include <svtools/lstner.hxx> +#include <svl/brdcst.hxx> +#include <svl/lstner.hxx> #include <sfx2/childwin.hxx> #include <svx/svdmark.hxx> diff --git a/basctl/source/inc/sbxitem.hxx b/basctl/source/inc/sbxitem.hxx index 654e283128fb..b1192b51d9bf 100644 --- a/basctl/source/inc/sbxitem.hxx +++ b/basctl/source/inc/sbxitem.hxx @@ -31,7 +31,7 @@ #define _SBXITEM_HXX #include "scriptdocument.hxx" -#include <svtools/poolitem.hxx> +#include <svl/poolitem.hxx> const USHORT BASICIDE_TYPE_UNKNOWN = 0; const USHORT BASICIDE_TYPE_SHELL = 1; |