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 /cui/source/tabpages | |
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 'cui/source/tabpages')
-rw-r--r-- | cui/source/tabpages/align.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/autocdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/border.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/grfpage.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/labdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/measure.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/numfmt.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tabstpge.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tpbitmap.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tphatch.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tplnedef.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tplneend.cxx | 1 |
15 files changed, 15 insertions, 0 deletions
diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx index f033a6de95e2..4c05ba49e1ed 100644 --- a/cui/source/tabpages/align.cxx +++ b/cui/source/tabpages/align.cxx @@ -40,6 +40,7 @@ #include <svx/flagsdef.hxx> #include <svl/intitem.hxx> #include <sfx2/request.hxx> +#include <vcl/settings.hxx> namespace svx { diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index a438073716f4..8016ee4b7258 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -22,6 +22,7 @@ #include <vcl/msgbox.hxx> #include <vcl/field.hxx> #include <vcl/keycodes.hxx> +#include <vcl/settings.hxx> #include <sot/exchange.hxx> #include <svtools/transfer.hxx> #include <unotools/syslocale.hxx> diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index c7d9c9a65333..b6d2e426ecef 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -20,6 +20,7 @@ #include <unotools/pathoptions.hxx> #include <vcl/builder.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <tools/urlobj.hxx> #include <sfx2/dialoghelper.hxx> #include <sfx2/objsh.hxx> diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index ed31b01a8ea9..84ab485aa989 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -36,6 +36,7 @@ #include <dialmgr.hxx> #include <sfx2/htmlmode.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include "svx/flagsdef.hxx" #include <sfx2/request.hxx> #include <svl/intitem.hxx> diff --git a/cui/source/tabpages/grfpage.cxx b/cui/source/tabpages/grfpage.cxx index 0c049c4a000f..e4bc0aef15c3 100644 --- a/cui/source/tabpages/grfpage.cxx +++ b/cui/source/tabpages/grfpage.cxx @@ -33,6 +33,7 @@ #include <cuires.hrc> #include <svx/dialogs.hrc> #include <vcl/builder.hxx> +#include <vcl/settings.hxx> #define CM_1_TO_TWIP 567 #define TWIP_TO_INCH 1440 diff --git a/cui/source/tabpages/labdlg.cxx b/cui/source/tabpages/labdlg.cxx index 1fd3866e5edf..4795f177e742 100644 --- a/cui/source/tabpages/labdlg.cxx +++ b/cui/source/tabpages/labdlg.cxx @@ -24,6 +24,7 @@ #include <sfx2/module.hxx> #include <swpossizetabpage.hxx> #include <tools/shl.hxx> +#include <vcl/settings.hxx> #include <svx/dialogs.hrc> #include <svx/svddef.hxx> diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx index 28fe6fc91900..4c462c363ed5 100644 --- a/cui/source/tabpages/measure.cxx +++ b/cui/source/tabpages/measure.cxx @@ -23,6 +23,7 @@ #include <sfx2/module.hxx> #include <sfx2/request.hxx> #include <tools/shl.hxx> +#include <vcl/settings.hxx> #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index c3deb390a6d3..5fc426dc69e4 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -22,6 +22,7 @@ #include <sfx2/objsh.hxx> #include <vcl/builder.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <unotools/localedatawrapper.hxx> #include <i18nlangtag/lang.h> #include <svx/dialogs.hrc> diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 364247c36c50..d93450500c91 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -38,6 +38,7 @@ #include <sfx2/objsh.hxx> #include <vcl/graph.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include "cuicharmap.hxx" #include <editeng/flstitem.hxx> #include <svx/dlgutil.hxx> diff --git a/cui/source/tabpages/tabstpge.cxx b/cui/source/tabpages/tabstpge.cxx index 8e3b90ada452..8e10a774e103 100644 --- a/cui/source/tabpages/tabstpge.cxx +++ b/cui/source/tabpages/tabstpge.cxx @@ -21,6 +21,7 @@ #include <tools/shl.hxx> #include <svtools/ruler.hxx> #include <svx/dialogs.hrc> +#include <vcl/settings.hxx> #include <cuires.hrc> #include <editeng/lrspitem.hxx> diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index ec2f06d2f298..fff7dcf1756a 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -30,6 +30,7 @@ #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #include <svx/dialmgr.hxx> #include <vcl/bmpacc.hxx> +#include <vcl/settings.hxx> #include <svx/dialogs.hrc> #include <cuires.hrc> diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx index 6144adef2066..327d58203d42 100644 --- a/cui/source/tabpages/tphatch.cxx +++ b/cui/source/tabpages/tphatch.cxx @@ -20,6 +20,7 @@ #include <tools/shl.hxx> #include <tools/urlobj.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <unotools/pathoptions.hxx> #include <sfx2/app.hxx> #include <sfx2/dialoghelper.hxx> diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index 70ecfa999c5c..de6311b01b8d 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -51,6 +51,7 @@ #include "sfx2/opengrf.hxx" #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> +#include <vcl/settings.hxx> #define MAX_BMP_WIDTH 16 #define MAX_BMP_HEIGHT 16 diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx index 44d1413f79ce..01893344ff19 100644 --- a/cui/source/tabpages/tplnedef.cxx +++ b/cui/source/tabpages/tplnedef.cxx @@ -20,6 +20,7 @@ #include <tools/shl.hxx> #include <tools/urlobj.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <unotools/pathoptions.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index b45c7757f31d..e12ded378d06 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -20,6 +20,7 @@ #include <tools/shl.hxx> #include <tools/urlobj.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <unotools/pathoptions.hxx> #include <sfx2/app.hxx> #include <sfx2/filedlghelper.hxx> |