From a18a1a454505193b922e1d5dc3215526f01f5efd Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Thu, 2 Jan 2014 23:52:37 +0100 Subject: Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- toolkit/source/awt/animatedimagespeer.cxx | 1 + toolkit/source/awt/scrollabledialog.cxx | 1 + toolkit/source/awt/vclxaccessiblecomponent.cxx | 1 + toolkit/source/awt/vclxwindow.cxx | 1 + toolkit/source/awt/vclxwindows.cxx | 1 + toolkit/source/controls/grid/sortablegriddatamodel.cxx | 1 + 6 files changed, 6 insertions(+) (limited to 'toolkit') diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx index 5ccee20789e6..464522c70cc5 100644 --- a/toolkit/source/awt/animatedimagespeer.cxx +++ b/toolkit/source/awt/animatedimagespeer.cxx @@ -36,6 +36,7 @@ #include #include #include +#include #include diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx index 91edeffecf77..1d6cab59e368 100644 --- a/toolkit/source/awt/scrollabledialog.cxx +++ b/toolkit/source/awt/scrollabledialog.cxx @@ -19,6 +19,7 @@ #include #include +#include namespace toolkit { diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index c087b14455be..4fbc9df25349 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index a994d7f85c5c..fa29d4fb82ae 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include "stylesettings.hxx" diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 98c2fe1e7c57..9df857685c46 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -53,6 +53,7 @@ #include #include #include +#include #include #include diff --git a/toolkit/source/controls/grid/sortablegriddatamodel.cxx b/toolkit/source/controls/grid/sortablegriddatamodel.cxx index 08c781d8efc8..fc53ea7c492b 100644 --- a/toolkit/source/controls/grid/sortablegriddatamodel.cxx +++ b/toolkit/source/controls/grid/sortablegriddatamodel.cxx @@ -37,6 +37,7 @@ #include #include #include +#include using namespace css::awt; using namespace css::awt::grid; -- cgit