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 /sw/source/ui/docvw | |
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 'sw/source/ui/docvw')
-rw-r--r-- | sw/source/ui/docvw/AnnotationMenuButton.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/DashedLine.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/HeaderFooterWin.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/PageBreakWin.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/docvw/PostItMgr.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/SidebarTxtControl.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/SidebarWin.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/docvw/srcedtw.cxx | 1 |
8 files changed, 8 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/AnnotationMenuButton.cxx b/sw/source/ui/docvw/AnnotationMenuButton.cxx index 0bd4bf29e4bc..f54378d6d17a 100644 --- a/sw/source/ui/docvw/AnnotationMenuButton.cxx +++ b/sw/source/ui/docvw/AnnotationMenuButton.cxx @@ -29,6 +29,7 @@ #include <vcl/menu.hxx> #include <vcl/decoview.hxx> #include <vcl/gradient.hxx> +#include <vcl/settings.hxx> #include <cmdid.h> #include <SidebarWin.hxx> diff --git a/sw/source/ui/docvw/DashedLine.cxx b/sw/source/ui/docvw/DashedLine.cxx index 8e0b315e8a7a..e9e343b3dc27 100644 --- a/sw/source/ui/docvw/DashedLine.cxx +++ b/sw/source/ui/docvw/DashedLine.cxx @@ -16,6 +16,7 @@ #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> SwDashedLine::SwDashedLine( Window* pParent, Color& ( *pColorFn )() ) : FixedLine( pParent, WB_DIALOGCONTROL | WB_HORZ ), diff --git a/sw/source/ui/docvw/HeaderFooterWin.cxx b/sw/source/ui/docvw/HeaderFooterWin.cxx index d0f728db0564..9e8f55d28a29 100644 --- a/sw/source/ui/docvw/HeaderFooterWin.cxx +++ b/sw/source/ui/docvw/HeaderFooterWin.cxx @@ -47,6 +47,7 @@ #include <vcl/gradient.hxx> #include <vcl/menubtn.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #define TEXT_PADDING 5 #define BOX_DISTANCE 10 diff --git a/sw/source/ui/docvw/PageBreakWin.cxx b/sw/source/ui/docvw/PageBreakWin.cxx index a30fb0bcecc9..1380fdfcc469 100644 --- a/sw/source/ui/docvw/PageBreakWin.cxx +++ b/sw/source/ui/docvw/PageBreakWin.cxx @@ -40,7 +40,7 @@ #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> #include <vcl/svapp.hxx> - +#include <vcl/settings.hxx> #define BUTTON_WIDTH 30 #define BUTTON_HEIGHT 19 diff --git a/sw/source/ui/docvw/PostItMgr.cxx b/sw/source/ui/docvw/PostItMgr.cxx index 99a8ebe1bf0a..22f333b60a59 100644 --- a/sw/source/ui/docvw/PostItMgr.cxx +++ b/sw/source/ui/docvw/PostItMgr.cxx @@ -33,6 +33,7 @@ #include <vcl/svapp.hxx> #include <vcl/scrbar.hxx> #include <vcl/outdev.hxx> +#include <vcl/settings.hxx> #include <viewopt.hxx> diff --git a/sw/source/ui/docvw/SidebarTxtControl.cxx b/sw/source/ui/docvw/SidebarTxtControl.cxx index 6cd7fc4b9818..0ae206f638fa 100644 --- a/sw/source/ui/docvw/SidebarTxtControl.cxx +++ b/sw/source/ui/docvw/SidebarTxtControl.cxx @@ -40,6 +40,7 @@ #include <vcl/msgbox.hxx> #include <vcl/gradient.hxx> #include <vcl/scrbar.hxx> +#include <vcl/settings.hxx> #include <editeng/outliner.hxx> #include <editeng/editeng.hxx> diff --git a/sw/source/ui/docvw/SidebarWin.cxx b/sw/source/ui/docvw/SidebarWin.cxx index 0d2d1be9f01c..ea591226326c 100644 --- a/sw/source/ui/docvw/SidebarWin.cxx +++ b/sw/source/ui/docvw/SidebarWin.cxx @@ -55,6 +55,7 @@ #include <vcl/scrbar.hxx> #include <vcl/svapp.hxx> #include <vcl/menubtn.hxx> +#include <vcl/settings.hxx> #include <edtwin.hxx> #include <view.hxx> diff --git a/sw/source/ui/docvw/srcedtw.cxx b/sw/source/ui/docvw/srcedtw.cxx index 46f1a401c9c8..dfa45a108145 100644 --- a/sw/source/ui/docvw/srcedtw.cxx +++ b/sw/source/ui/docvw/srcedtw.cxx @@ -35,6 +35,7 @@ #include <sfx2/app.hxx> #include <svtools/htmltokn.h> #include <vcl/txtattr.hxx> +#include <vcl/settings.hxx> #include <svtools/colorcfg.hxx> #include <editeng/flstitem.hxx> #include <vcl/metric.hxx> |