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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_service.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index b9290c4b6ced..316580e75f18 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -93,6 +93,7 @@ #include <rtl/bootstrap.hxx> #include <vcl/help.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <sfx2/sfx.hrc> #include <sfx2/app.hxx> #include <svl/itemset.hxx> diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx index 5534a219b416..8a12b207b5c5 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx @@ -30,6 +30,7 @@ #include "com/sun/star/deployment/DependencyException.hpp" #include "com/sun/star/deployment/DeploymentException.hpp" #include "cppuhelper/weakref.hxx" +#include <vcl/settings.hxx> #define USER_PACKAGE_MANAGER "user" #define SHARED_PACKAGE_MANAGER "shared" diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx index dc694a257540..d19f175bf365 100644 --- a/desktop/source/deployment/gui/dp_gui_service.cxx +++ b/desktop/source/deployment/gui/dp_gui_service.cxx @@ -29,6 +29,7 @@ #include "comphelper/unwrapargs.hxx" #include <i18nlangtag/languagetag.hxx> #include "vcl/svapp.hxx" +#include <vcl/settings.hxx> #include "vcl/msgbox.hxx" #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/task/XJobExecutor.hpp" |