summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-29 21:18:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-01 16:49:42 +0100
commit6886f2d66ce24218025b5d4ce8e846ea62a0d0a1 (patch)
tree00c79f9855a849ec56a9fafccc6cacdf723d0047 /vcl/source
parentad30e7df148253c6bd8466b3b45e1ed151585c2e (diff)
no direct users of slider.hxx outside vcl anymore
Change-Id: I6bf80bb125512a483aba3aed3c5a6a16d14e31d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87755 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/salvtables.cxx2
-rw-r--r--vcl/source/control/slider.cxx2
-rw-r--r--vcl/source/window/builder.cxx2
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>