summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorTobias Lippert <drtl@fastmail.fm>2014-01-02 23:52:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-20 16:22:17 +0000
commita18a1a454505193b922e1d5dc3215526f01f5efd (patch)
tree5a7ed351f2bdd8aab7b62a57fb2f22916b51f229 /padmin
parentc2485b4c38a574416dc3948fec85b0232109eb61 (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 'padmin')
-rw-r--r--padmin/source/adddlg.cxx1
-rw-r--r--padmin/source/helper.cxx1
-rw-r--r--padmin/source/padialog.cxx1
-rw-r--r--padmin/source/pamain.cxx1
4 files changed, 4 insertions, 0 deletions
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx
index d3a1b3135706..c57a84c420de 100644
--- a/padmin/source/adddlg.cxx
+++ b/padmin/source/adddlg.cxx
@@ -26,6 +26,7 @@
#include "vcl/msgbox.hxx"
#include "vcl/strhelper.hxx"
+#include <vcl/settings.hxx>
#include <tools/config.hxx>
#include <osl/thread.h>
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx
index f23ac720aefa..848da22e32a9 100644
--- a/padmin/source/helper.cxx
+++ b/padmin/source/helper.cxx
@@ -24,6 +24,7 @@
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
+#include <vcl/settings.hxx>
#include <tools/config.hxx>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx
index 10128ca9b2c7..4794388798a8 100644
--- a/padmin/source/padialog.cxx
+++ b/padmin/source/padialog.cxx
@@ -37,6 +37,7 @@
#include "vcl/svapp.hxx"
#include "vcl/event.hxx"
#include "vcl/printerinfomanager.hxx"
+#include <vcl/settings.hxx>
#include "tools/stream.hxx"
#include "tools/color.hxx"
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index 4d2cad2d1092..2ed6b5bb7715 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -24,6 +24,7 @@
#include "vcl/vclmain.hxx"
#include "vcl/wrkwin.hxx"
#include "vcl/unowrap.hxx"
+#include <vcl/settings.hxx>
#include "padialog.hxx"
#include "helper.hxx"