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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/inc/smmod.hxx | 1 | ||||
-rw-r--r-- | starmath/source/accessibility.cxx | 2 | ||||
-rw-r--r-- | starmath/source/cfgitem.cxx | 2 | ||||
-rw-r--r-- | starmath/source/document.cxx | 2 | ||||
-rw-r--r-- | starmath/source/edit.cxx | 2 | ||||
-rw-r--r-- | starmath/source/parse.cxx | 1 | ||||
-rw-r--r-- | starmath/source/toolbox.cxx | 2 | ||||
-rw-r--r-- | starmath/source/view.cxx | 2 |
8 files changed, 14 insertions, 0 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 18021e0dd5bd..b7bf7a3ed25b 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -25,6 +25,7 @@ #include <svtools/colorcfg.hxx> #include <tools/shl.hxx> +#include "tools/rc.hxx" #include <sfx2/module.hxx> #include "starmath.hrc" diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx index e1b75787d792..4a26f395d4ed 100644 --- a/starmath/source/accessibility.cxx +++ b/starmath/source/accessibility.cxx @@ -36,6 +36,8 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <vcl/unohelp2.hxx> +#include <vcl/settings.hxx> + #include <tools/gen.hxx> #include <osl/mutex.hxx> #include <svl/itemset.hxx> diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index a381af91b40e..2e65cbbe6593 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -18,6 +18,8 @@ */ #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> + #include <sal/macros.h> #include "cfgitem.hxx" diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 2c63fc077ac1..79ca6ccd7ea0 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -67,6 +67,8 @@ #include <vcl/mapmod.hxx> #include <tools/mapunit.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> + #include <sfx2/sfx.hrc> #include <document.hxx> #include <action.hxx> diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index ee8e05d59940..c8aaf98f7627 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -27,6 +27,8 @@ #include "starmath.hrc" #include <vcl/menu.hxx> +#include <vcl/settings.hxx> + #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <editeng/editstat.hxx> diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 1ab966b0432f..683f0799940f 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -25,6 +25,7 @@ #include <editeng/unolingu.hxx> #include <unotools/syslocale.hxx> #include <sal/macros.h> +#include <vcl/settings.hxx> #include "parse.hxx" #include "starmath.hrc" #include "smdll.hxx" diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx index e556fd720147..ded70748944e 100644 --- a/starmath/source/toolbox.cxx +++ b/starmath/source/toolbox.cxx @@ -24,6 +24,8 @@ #include <sfx2/dispatch.hxx> #include <sfx2/imgmgr.hxx> #include <vcl/wrkwin.hxx> +#include <vcl/settings.hxx> + #include "toolbox.hxx" #include "starmath.hrc" #include "toolbox.hrc" diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 058c62f81538..eb9df3af59bb 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -58,6 +58,8 @@ #include <vcl/menu.hxx> #include <vcl/msgbox.hxx> #include <vcl/wrkwin.hxx> +#include <vcl/settings.hxx> + #include <fstream> #include "unomodel.hxx" |