diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-01-02 23:52:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-20 16:22:17 +0000 |
commit | a18a1a454505193b922e1d5dc3215526f01f5efd (patch) | |
tree | 5a7ed351f2bdd8aab7b62a57fb2f22916b51f229 /toolkit | |
parent | c2485b4c38a574416dc3948fec85b0232109eb61 (diff) |
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/animatedimagespeer.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/scrollabledialog.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/grid/sortablegriddatamodel.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
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 <tools/urlobj.hxx> #include <vcl/throbber.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <limits> 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 <toolkit/awt/scrollabledialog.hxx> #include <vcl/group.hxx> +#include <vcl/settings.hxx> 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 <vcl/vclevent.hxx> #include <vcl/window.hxx> #include <vcl/edit.hxx> +#include <vcl/settings.hxx> #include <tools/debug.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> 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 <vcl/pdfextoutdevdata.hxx> #include <vcl/tabpage.hxx> #include <vcl/button.hxx> +#include <vcl/settings.hxx> #include <comphelper/asyncnotification.hxx> #include <comphelper/flagguard.hxx> #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 <vcl/svapp.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> +#include <vcl/settings.hxx> #include <tools/diagnose_ex.h> #include <boost/bind.hpp> 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 <tools/diagnose_ex.h> #include <tools/debug.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> using namespace css::awt; using namespace css::awt::grid; |