diff options
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/slider.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/builder.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index fedf54d2b833..fb68ee0c605d 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -56,7 +56,7 @@ #include <vcl/menubtn.hxx> #include <vcl/toolkit/prgsbar.hxx> #include <vcl/ptrstyle.hxx> -#include <vcl/slider.hxx> +#include <slider.hxx> #include <vcl/sysdata.hxx> #include <vcl/svlbitm.hxx> #include <vcl/svtabbx.hxx> diff --git a/vcl/source/control/slider.cxx b/vcl/source/control/slider.cxx index f1f447f56673..d8d920f0718f 100644 --- a/vcl/source/control/slider.cxx +++ b/vcl/source/control/slider.cxx @@ -19,7 +19,7 @@ #include <vcl/event.hxx> #include <vcl/decoview.hxx> -#include <vcl/slider.hxx> +#include <slider.hxx> #include <vcl/settings.hxx> #include "thumbpos.hxx" diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 154eaaccd974..69758641ea23 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -47,7 +47,7 @@ #include <vcl/treelistentry.hxx> #include <vcl/vclmedit.hxx> #include <vcl/settings.hxx> -#include <vcl/slider.hxx> +#include <slider.hxx> #include <vcl/weld.hxx> #include <vcl/commandinfoprovider.hxx> #include <iconview.hxx> |