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 /forms/source | |
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 'forms/source')
-rw-r--r-- | forms/source/component/Edit.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/FormattedField.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/FormattedFieldWrapper.cxx | 1 | ||||
-rw-r--r-- | forms/source/resource/frm_resource.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/richtextengine.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/richtextimplcontrol.cxx | 1 | ||||
-rw-r--r-- | forms/source/solar/component/navbarcontrol.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx index 899df4521129..bdaf676f8851 100644 --- a/forms/source/component/Edit.cxx +++ b/forms/source/component/Edit.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/awt/XVclWindowPeer.hpp> #include <vcl/svapp.hxx> +#include <vcl/keycodes.hxx> #include <tools/wintypes.hxx> #include <connectivity/dbtools.hxx> diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index 937f46f21197..afb857dd7a44 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -32,6 +32,7 @@ #include <svl/zforlist.hxx> #include <svl/numuno.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <tools/debug.hxx> #include <tools/wintypes.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx index 55083bfadb80..b48002f59c11 100644 --- a/forms/source/component/FormattedFieldWrapper.cxx +++ b/forms/source/component/FormattedFieldWrapper.cxx @@ -27,6 +27,7 @@ #include <connectivity/dbtools.hxx> #include <tools/debug.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> namespace frm { diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx index 3e643500b029..a2a92e173170 100644 --- a/forms/source/resource/frm_resource.cxx +++ b/forms/source/resource/frm_resource.cxx @@ -23,6 +23,7 @@ // ---- needed as long as we have no contexts for components --- #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> //--------------------------------------------------- #include <svl/solar.hrc> diff --git a/forms/source/richtext/richtextengine.cxx b/forms/source/richtext/richtextengine.cxx index 0f2997db6d37..98221cc4a61e 100644 --- a/forms/source/richtext/richtextengine.cxx +++ b/forms/source/richtext/richtextengine.cxx @@ -28,6 +28,7 @@ #include <tools/mapunit.hxx> #include <vcl/mapmod.hxx> #include <vcl/outdev.hxx> +#include <vcl/settings.hxx> #include <unotools/lingucfg.hxx> #include <svl/undo.hxx> #include <osl/mutex.hxx> diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index a5dbc96c83a3..164b573e48ba 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -33,6 +33,7 @@ #include <tools/mapunit.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #define EMPTY_PAPER_SIZE 0x7FFFFFFF diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx index 825191ae3d79..d727aeff764f 100644 --- a/forms/source/solar/component/navbarcontrol.cxx +++ b/forms/source/solar/component/navbarcontrol.cxx @@ -37,6 +37,7 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> //-------------------------------------------------------------------------- extern "C" void SAL_CALL createRegistryInfo_ONavigationBarControl() |