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 /basic | |
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 'basic')
-rw-r--r-- | basic/qa/cppunit/test_vba.cxx | 1 | ||||
-rw-r--r-- | basic/source/classes/global.cxx | 1 | ||||
-rw-r--r-- | basic/source/comp/basiccharclass.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/basrdll.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/methods1.cxx | 1 | ||||
-rw-r--r-- | basic/source/runtime/runtime.cxx | 1 | ||||
-rw-r--r-- | basic/source/sbx/sbxdate.cxx | 1 | ||||
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 2 |
8 files changed, 9 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index 94637f380858..ca398561c4df 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -8,6 +8,7 @@ */ #include "basictest.hxx" #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <comphelper/processfactory.hxx> using namespace ::com::sun::star; diff --git a/basic/source/classes/global.cxx b/basic/source/classes/global.cxx index 2efb9da1201d..f0fa7426eeb3 100644 --- a/basic/source/classes/global.cxx +++ b/basic/source/classes/global.cxx @@ -12,6 +12,7 @@ #include <rtl/instance.hxx> #include <unotools/transliterationwrapper.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "global.hxx" diff --git a/basic/source/comp/basiccharclass.cxx b/basic/source/comp/basiccharclass.cxx index 529be3fb287e..59ae7242c226 100644 --- a/basic/source/comp/basiccharclass.cxx +++ b/basic/source/comp/basiccharclass.cxx @@ -21,6 +21,7 @@ #include <unotools/charclass.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> BasicCharClass::BasicCharClass() { diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index 59be1072d676..6438b5b8f6a6 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -22,6 +22,7 @@ #include <svl/solar.hrc> #include <tools/debug.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <basic/sbstar.hxx> #include <basic/basrdll.hxx> diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index efbd2da6f1a0..9749ece67d6f 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -26,6 +26,7 @@ #include <vcl/mapmod.hxx> #include <vcl/wrkwin.hxx> #include <vcl/timer.hxx> +#include <vcl/settings.hxx> #include <basic/sbxvar.hxx> #include <basic/sbx.hxx> #include <svl/zforlist.hxx> diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 83e81e6cca06..2adbc6124f0a 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -39,6 +39,7 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <rtl/instance.hxx> #include <rtl/math.hxx> diff --git a/basic/source/sbx/sbxdate.cxx b/basic/source/sbx/sbxdate.cxx index 6db87a7e1961..65d4940c7058 100644 --- a/basic/source/sbx/sbxdate.cxx +++ b/basic/source/sbx/sbxdate.cxx @@ -18,6 +18,7 @@ */ #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <svl/zforlist.hxx> #include <tools/errcode.hxx> #include <tools/color.hxx> diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 43620d3d4668..c3b52f04eae7 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -26,6 +26,8 @@ #include <stdlib.h> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> + #include <math.h> #include <string.h> #include <ctype.h> |