From a18a1a454505193b922e1d5dc3215526f01f5efd Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Thu, 2 Jan 2014 23:52:37 +0100 Subject: Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- sw/source/ui/docvw/AnnotationMenuButton.cxx | 1 + sw/source/ui/docvw/DashedLine.cxx | 1 + sw/source/ui/docvw/HeaderFooterWin.cxx | 1 + sw/source/ui/docvw/PageBreakWin.cxx | 2 +- sw/source/ui/docvw/PostItMgr.cxx | 1 + sw/source/ui/docvw/SidebarTxtControl.cxx | 1 + sw/source/ui/docvw/SidebarWin.cxx | 1 + sw/source/ui/docvw/srcedtw.cxx | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) (limited to 'sw/source/ui/docvw') 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 #include #include +#include #include #include 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 #include #include +#include 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 #include #include +#include #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 #include #include - +#include #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 #include #include +#include #include 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 #include #include +#include #include #include 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 #include #include +#include #include #include 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 #include #include +#include #include #include #include -- cgit