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 /sc | |
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 'sc')
57 files changed, 63 insertions, 1 deletions
diff --git a/sc/source/core/data/docpool.cxx b/sc/source/core/data/docpool.cxx index 53492a309565..33b196a70e09 100644 --- a/sc/source/core/data/docpool.cxx +++ b/sc/source/core/data/docpool.cxx @@ -24,6 +24,7 @@ #include <tools/shl.hxx> #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <svl/aeitem.hxx> #include <svl/itemiter.hxx> #include <svl/stritem.hxx> diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx index 1ae0d4e1ad3d..eff38fa156f7 100644 --- a/sc/source/core/data/drwlayer.cxx +++ b/sc/source/core/data/drwlayer.cxx @@ -55,6 +55,7 @@ #include <svl/itempool.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <unotools/ucbstreamhelper.hxx> #include <basegfx/polygon/b2dpolygon.hxx> diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 40bcb0d0065a..5323fa647370 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -35,6 +35,7 @@ #include <svl/zformat.hxx> #include <vcl/image.hxx> #include <vcl/virdev.hxx> +#include <vcl/settings.hxx> #include <sal/macros.h> #include <tools/rcid.h> #include <unotools/charclass.hxx> diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx index 775e9263b835..004e2bfb6425 100644 --- a/sc/source/core/data/stlpool.cxx +++ b/sc/source/core/data/stlpool.cxx @@ -40,6 +40,7 @@ #include <unotools/fontcvt.hxx> #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "sc.hrc" #include "attrib.hxx" diff --git a/sc/source/core/tool/addincol.cxx b/sc/source/core/tool/addincol.cxx index 03e222cfcf84..c3784e70f5f5 100644 --- a/sc/source/core/tool/addincol.cxx +++ b/sc/source/core/tool/addincol.cxx @@ -20,6 +20,7 @@ #include <comphelper/processfactory.hxx> #include <i18nlangtag/languagetag.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <sfx2/objsh.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx index a4f8f9f876ca..e9e7e6cb15a3 100644 --- a/sc/source/core/tool/callform.cxx +++ b/sc/source/core/tool/callform.cxx @@ -18,6 +18,7 @@ */ #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <osl/module.hxx> #include <osl/file.hxx> #include <unotools/transliterationwrapper.hxx> diff --git a/sc/source/core/tool/zforauto.cxx b/sc/source/core/tool/zforauto.cxx index 132f1634d162..bc465dd9b37b 100644 --- a/sc/source/core/tool/zforauto.cxx +++ b/sc/source/core/tool/zforauto.cxx @@ -20,6 +20,7 @@ #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "zforauto.hxx" #include "global.hxx" diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx index 1dd800da9af4..18668912eba1 100644 --- a/sc/source/filter/excel/xlroot.cxx +++ b/sc/source/filter/excel/xlroot.cxx @@ -32,6 +32,8 @@ #include <sfx2/printer.hxx> #include <sfx2/docfile.hxx> #include <vcl/font.hxx> +#include <vcl/settings.hxx> + #include <editeng/editstat.hxx> #include "scitems.hxx" #include <editeng/eeitem.hxx> diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx index b1765bedcd3b..8439347af6d7 100644 --- a/sc/source/filter/excel/xlstyle.cxx +++ b/sc/source/filter/excel/xlstyle.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/awt/FontUnderline.hpp> #include <com/sun/star/i18n/ScriptType.hpp> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <vcl/font.hxx> #include <sal/macros.h> #include <rtl/tencinfo.h> diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx index 87600c6f9aaf..221bbc55c626 100644 --- a/sc/source/filter/xcl97/xcl97rec.cxx +++ b/sc/source/filter/xcl97/xcl97rec.cxx @@ -30,6 +30,8 @@ #include <svx/unoapi.hxx> #include <editeng/writingmodeitem.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> + #include <rtl/math.hxx> #include <svl/zformat.hxx> #include "formulacell.hxx" diff --git a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx index cd119215d6bb..106954ca3f88 100644 --- a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx @@ -45,6 +45,7 @@ #include "scmod.hxx" #include <svtools/colorcfg.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> // ause #include "editutil.hxx" diff --git a/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx b/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx index a620ce20c00d..e52000678343 100644 --- a/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx @@ -29,6 +29,7 @@ #include <comphelper/accessiblekeybindinghelper.hxx> #include <com/sun/star/awt/KeyModifier.hpp> #include <vcl/keycodes.hxx> +#include <vcl/settings.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <comphelper/servicehelper.hxx> diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 8e6d16aeb514..b0c7d7e17424 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -48,6 +48,7 @@ #include <unotools/localedatawrapper.hxx> #include <vcl/help.hxx> #include <vcl/cursor.hxx> +#include <vcl/settings.hxx> #include <tools/urlobj.hxx> #include <comphelper/string.hxx> #include <formula/formulahelper.hxx> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 04e6aeb69e9d..0d68b5a0b075 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -39,6 +39,7 @@ #include <editeng/scripttypeitem.hxx> #include <vcl/cursor.hxx> #include <vcl/help.hxx> +#include <vcl/settings.hxx> #include <svl/stritem.hxx> #include <stdio.h> diff --git a/sc/source/ui/cctrl/cbuttonw.cxx b/sc/source/ui/cctrl/cbuttonw.cxx index 96da2d65547a..dde551d844ab 100644 --- a/sc/source/ui/cctrl/cbuttonw.cxx +++ b/sc/source/ui/cctrl/cbuttonw.cxx @@ -22,6 +22,7 @@ #include <vcl/window.hxx> #include <vcl/decoview.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "cbutton.hxx" //======================================================================== diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index 2e88e1707bb8..0ae9ba297c28 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -22,6 +22,7 @@ #include "strload.hxx" #include <vcl/decoview.hxx> +#include <vcl/settings.hxx> #include <tools/wintypes.hxx> #include "AccessibleFilterMenu.hxx" diff --git a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx index 7ad70b24d60d..ce5753ca96e5 100644 --- a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx +++ b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx @@ -22,6 +22,7 @@ #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> #include <vcl/gradient.hxx> +#include <vcl/settings.hxx> #include <svl/itemset.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx index 2891094bf054..3e659f42489d 100644 --- a/sc/source/ui/condformat/condformatdlg.cxx +++ b/sc/source/ui/condformat/condformatdlg.cxx @@ -18,6 +18,7 @@ #include <svx/xtable.hxx> #include <svx/drawitem.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include "anyrefdg.hxx" #include "document.hxx" diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index eb595148de37..10984b133417 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -22,6 +22,7 @@ #include <svx/xtable.hxx> #include <svx/drawitem.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include "tokenarray.hxx" #include "stlpool.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/dbgui/csvcontrol.cxx b/sc/source/ui/dbgui/csvcontrol.cxx index 9b05b8b7b329..e8c188a2dbc5 100644 --- a/sc/source/ui/dbgui/csvcontrol.cxx +++ b/sc/source/ui/dbgui/csvcontrol.cxx @@ -19,6 +19,7 @@ #include "csvcontrol.hxx" #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "AccessibleCsvControl.hxx" diff --git a/sc/source/ui/dbgui/csvgrid.cxx b/sc/source/ui/dbgui/csvgrid.cxx index 2440f850ff35..03972fd6338e 100644 --- a/sc/source/ui/dbgui/csvgrid.cxx +++ b/sc/source/ui/dbgui/csvgrid.cxx @@ -35,7 +35,7 @@ // *** edit engine *** #include "scitems.hxx" #include <editeng/eeitem.hxx> - +#include <vcl/settings.hxx> #include <editeng/colritem.hxx> #include <editeng/fhgtitem.hxx> diff --git a/sc/source/ui/dbgui/csvruler.cxx b/sc/source/ui/dbgui/csvruler.cxx index 0363c09485d4..2f31ce13bb6d 100644 --- a/sc/source/ui/dbgui/csvruler.cxx +++ b/sc/source/ui/dbgui/csvruler.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <comphelper/string.hxx> +#include <vcl/settings.hxx> #include "miscuno.hxx" using namespace com::sun::star::uno; diff --git a/sc/source/ui/dbgui/csvtablebox.cxx b/sc/source/ui/dbgui/csvtablebox.cxx index 3822d16c6c62..9551630fcb99 100644 --- a/sc/source/ui/dbgui/csvtablebox.cxx +++ b/sc/source/ui/dbgui/csvtablebox.cxx @@ -20,6 +20,7 @@ #include "csvtablebox.hxx" #include <vcl/builder.hxx> #include <vcl/lstbox.hxx> +#include <vcl/settings.hxx> // ause #include "editutil.hxx" diff --git a/sc/source/ui/dbgui/fieldwnd.cxx b/sc/source/ui/dbgui/fieldwnd.cxx index 9fe1bb02c373..9564ef4418f4 100644 --- a/sc/source/ui/dbgui/fieldwnd.cxx +++ b/sc/source/ui/dbgui/fieldwnd.cxx @@ -45,6 +45,7 @@ #include <vcl/svapp.hxx> #include <vcl/virdev.hxx> #include <vcl/mnemonic.hxx> +#include <vcl/settings.hxx> #include "pvlaydlg.hxx" #include "dpuiglobal.hxx" diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index dc616fb21d74..c0850f7ec7bc 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -46,6 +46,7 @@ #include <sfx2/dispatch.hxx> #include <vcl/msgbox.hxx> #include <vcl/layout.hxx> +#include <vcl/settings.hxx> #include "dbdocfun.hxx" #include "uiitems.hxx" diff --git a/sc/source/ui/dbgui/textimportoptions.cxx b/sc/source/ui/dbgui/textimportoptions.cxx index 9a55ed28028c..796386ba0887 100644 --- a/sc/source/ui/dbgui/textimportoptions.cxx +++ b/sc/source/ui/dbgui/textimportoptions.cxx @@ -26,6 +26,7 @@ #include "vcl/svapp.hxx" #include "vcl/msgbox.hxx" #include "vcl/window.hxx" +#include "vcl/settings.hxx" ScTextImportOptionsDlg::ScTextImportOptionsDlg(Window* pParent) : ModalDialog(pParent, "TextImportOptionsDialog", "modules/scalc/ui/textimportoptions.ui") diff --git a/sc/source/ui/formdlg/privsplt.cxx b/sc/source/ui/formdlg/privsplt.cxx index 9c59b040525a..5c7c9c28905f 100644 --- a/sc/source/ui/formdlg/privsplt.cxx +++ b/sc/source/ui/formdlg/privsplt.cxx @@ -18,6 +18,7 @@ */ #include "privsplt.hxx" +#include <vcl/settings.hxx> /************************************************************************* #* Member: ScPrivatSplit diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index 7ff2ef561598..4b88ede4bab6 100644 --- a/sc/source/ui/inc/inputwin.hxx +++ b/sc/source/ui/inc/inputwin.hxx @@ -38,6 +38,7 @@ class ScAccessibleEditLineTextData; struct EENotify; class ScRangeList; class ScTabViewShell; +class Accelerator; //======================================================================== diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx index a536b22dbbfa..726bc8129b97 100644 --- a/sc/source/ui/miscdlgs/autofmt.cxx +++ b/sc/source/ui/miscdlgs/autofmt.cxx @@ -32,6 +32,7 @@ #include <vcl/svapp.hxx> #include <svl/zforlist.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <sfx2/viewfrm.hxx> #include <comphelper/processfactory.hxx> diff --git a/sc/source/ui/namedlg/namedefdlg.cxx b/sc/source/ui/namedlg/namedefdlg.cxx index 10a0dfd210ef..bde1f16718c1 100644 --- a/sc/source/ui/namedlg/namedefdlg.cxx +++ b/sc/source/ui/namedlg/namedefdlg.cxx @@ -10,6 +10,8 @@ #include "namedefdlg.hxx" #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> + #include <sfx2/app.hxx> #include "document.hxx" diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx index a6c1edfaa0ef..583325185863 100644 --- a/sc/source/ui/namedlg/namedlg.cxx +++ b/sc/source/ui/namedlg/namedlg.cxx @@ -33,6 +33,7 @@ #include "sfx2/app.hxx" #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <map> diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index f059d755aed7..df0863f2ddfa 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -26,6 +26,7 @@ #include <sfx2/navigat.hxx> #include <svl/stritem.hxx> #include <svl/urlbmk.hxx> +#include <vcl/settings.hxx> #include <unotools/charclass.hxx> #include <stdlib.h> diff --git a/sc/source/ui/navipi/scenwnd.cxx b/sc/source/ui/navipi/scenwnd.cxx index 7572edff7c2e..8e1b0383eb77 100644 --- a/sc/source/ui/navipi/scenwnd.cxx +++ b/sc/source/ui/navipi/scenwnd.cxx @@ -24,6 +24,7 @@ #include <svl/stritem.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "navipi.hxx" #include "popmenu.hxx" #include "scresid.hxx" diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index ba6140272ac1..33ddc5bbeb1e 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -33,6 +33,8 @@ #include <sfx2/objsh.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> + #include <unotools/useroptions.hxx> #include "editutil.hxx" diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx index 58baf7cd97cd..31d758b63959 100644 --- a/sc/source/ui/pagedlg/tphfedit.cxx +++ b/sc/source/ui/pagedlg/tphfedit.cxx @@ -30,6 +30,7 @@ #include <sfx2/objsh.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "tphfedit.hxx" #include "editutil.hxx" diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx index b204b7259976..239054c5a2b8 100644 --- a/sc/source/ui/pagedlg/tptable.cxx +++ b/sc/source/ui/pagedlg/tptable.cxx @@ -21,6 +21,8 @@ #include "scitems.hxx" +#include <vcl/settings.hxx> + #include "tptable.hxx" #include "global.hxx" #include "attrib.hxx" diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index 00dc4d0641a4..6149faba9245 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -34,6 +34,7 @@ #include <editeng/colritem.hxx> #include <editeng/lineitem.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <svx/sidebar/ColorControl.hxx> #include <boost/bind.hpp> #include <svx/sidebar/PopupContainer.hxx> diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.cxx b/sc/source/ui/sidebar/CellBorderStyleControl.cxx index 7a03d9b03bc2..88f3883bae6b 100644 --- a/sc/source/ui/sidebar/CellBorderStyleControl.cxx +++ b/sc/source/ui/sidebar/CellBorderStyleControl.cxx @@ -27,6 +27,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <editeng/lineitem.hxx> namespace sc { namespace sidebar { diff --git a/sc/source/ui/sidebar/CellBorderUpdater.cxx b/sc/source/ui/sidebar/CellBorderUpdater.cxx index d281cdc95f52..fccecb190114 100644 --- a/sc/source/ui/sidebar/CellBorderUpdater.cxx +++ b/sc/source/ui/sidebar/CellBorderUpdater.cxx @@ -20,6 +20,7 @@ #include <CellBorderUpdater.hxx> #include <vcl/bmpacc.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> namespace sc { namespace sidebar { diff --git a/sc/source/ui/sidebar/CellLineStyleControl.cxx b/sc/source/ui/sidebar/CellLineStyleControl.cxx index e3af22d8f17a..d6f55cee2e9c 100644 --- a/sc/source/ui/sidebar/CellLineStyleControl.cxx +++ b/sc/source/ui/sidebar/CellLineStyleControl.cxx @@ -23,6 +23,7 @@ #include <CellAppearancePropertyPanel.hrc> #include <CellLineStyleValueSet.hxx> #include <vcl/i18nhelp.hxx> +#include <vcl/settings.hxx> #include <editeng/boxitem.hxx> #include <editeng/borderline.hxx> #include <editeng/lineitem.hxx> diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx index 6cfbd0c43bd5..4819d0f73b23 100644 --- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx +++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx @@ -19,6 +19,7 @@ #include <CellLineStyleValueSet.hxx> #include <i18nlangtag/mslangid.hxx> +#include <vcl/settings.hxx> namespace sc { namespace sidebar { diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index e980235a1372..3e04371c3525 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -42,6 +42,7 @@ #include <vcl/cursor.hxx> #include <vcl/graph.hxx> #include <vcl/hatch.hxx> +#include <vcl/settings.hxx> #include <sot/formats.hxx> #include <comphelper/classids.hxx> #include <sal/macros.h> diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index 6cbcff78d6a5..3bdbdce67af8 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -19,6 +19,7 @@ #include "scitems.hxx" #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include "gridwin.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index c0f9456a185b..42ddaf6544ba 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -27,6 +27,7 @@ #include <editeng/scripttypeitem.hxx> #include <sfx2/bindings.hxx> #include <sfx2/printer.hxx> +#include <vcl/settings.hxx> #include <svx/svdview.hxx> #include "tabvwsh.hxx" diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx index aedfc2a4175b..239f25f1de6e 100644 --- a/sc/source/ui/view/hdrcont.cxx +++ b/sc/source/ui/view/hdrcont.cxx @@ -19,6 +19,7 @@ #include <sfx2/dispatch.hxx> #include <vcl/help.hxx> +#include <vcl/settings.hxx> #include <tools/poly.hxx> #include <svtools/colorcfg.hxx> diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx index fdb43f62698d..624df51021de 100644 --- a/sc/source/ui/view/notemark.cxx +++ b/sc/source/ui/view/notemark.cxx @@ -26,6 +26,7 @@ #include <unotools/pathoptions.hxx> #include <svl/itempool.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "notemark.hxx" #include "document.hxx" diff --git a/sc/source/ui/view/olinewin.cxx b/sc/source/ui/view/olinewin.cxx index 2ca1ceb2f854..93a44348d9a5 100644 --- a/sc/source/ui/view/olinewin.cxx +++ b/sc/source/ui/view/olinewin.cxx @@ -19,6 +19,7 @@ #include <vcl/svapp.hxx> #include <vcl/taskpanelist.hxx> +#include <vcl/settings.hxx> #include "olinewin.hxx" #include "olinetab.hxx" diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx index 7aa693a6bedc..fff66e521180 100644 --- a/sc/source/ui/view/output.cxx +++ b/sc/source/ui/view/output.cxx @@ -39,6 +39,7 @@ #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> #include <vcl/lineinfo.hxx> #include <vcl/gradient.hxx> +#include <vcl/settings.hxx> #include <svx/unoapi.hxx> #include "output.hxx" diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index 5fc4d502df79..5e09b9414db3 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -43,6 +43,7 @@ #include <vcl/metric.hxx> #include <vcl/outdev.hxx> #include <vcl/pdfextoutdevdata.hxx> +#include <vcl/settings.hxx> #include "output.hxx" #include "document.hxx" diff --git a/sc/source/ui/view/output3.cxx b/sc/source/ui/view/output3.cxx index fda65f6f72a4..b64163517f18 100644 --- a/sc/source/ui/view/output3.cxx +++ b/sc/source/ui/view/output3.cxx @@ -25,6 +25,7 @@ #include <svx/svdpagv.hxx> #include <svx/svdview.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "output.hxx" #include "drwlayer.hxx" diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx index fbbf67a52642..38b9b90ce5a7 100644 --- a/sc/source/ui/view/preview.cxx +++ b/sc/source/ui/view/preview.cxx @@ -32,6 +32,7 @@ #include <svl/itemset.hxx> #include <tools/multisel.hxx> #include <vcl/waitobj.hxx> +#include <vcl/settings.hxx> #include "preview.hxx" #include "prevwsh.hxx" diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx index 879bfa80de1b..798b7b1c6450 100644 --- a/sc/source/ui/view/prevwsh.cxx +++ b/sc/source/ui/view/prevwsh.cxx @@ -33,6 +33,7 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> #include <vcl/help.hxx> +#include <vcl/settings.hxx> #include <tools/urlobj.hxx> #include <sfx2/docfile.hxx> #include <sfx2/printer.hxx> diff --git a/sc/source/ui/view/spelleng.cxx b/sc/source/ui/view/spelleng.cxx index 43e87eb2421b..2dc23dc8d122 100644 --- a/sc/source/ui/view/spelleng.cxx +++ b/sc/source/ui/view/spelleng.cxx @@ -30,6 +30,7 @@ #include <sfx2/viewfrm.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "spelldialog.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/view/tabsplit.cxx b/sc/source/ui/view/tabsplit.cxx index ce9d4af38ca7..a7752b70f3ad 100644 --- a/sc/source/ui/view/tabsplit.cxx +++ b/sc/source/ui/view/tabsplit.cxx @@ -21,6 +21,8 @@ #include "viewdata.hxx" #include "dbfunc.hxx" +#include <vcl/settings.hxx> + //================================================================== ScTabSplitter::ScTabSplitter( Window* pParent, WinBits nWinStyle, ScViewData* pData ) : diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index 3a53aa0eb2b7..5bf2db8977bb 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -23,6 +23,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <vcl/help.hxx> +#include <vcl/settings.hxx> #include "tabview.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx index 34984ff71021..6eee7b5ba3a4 100644 --- a/sc/source/ui/view/tabview5.cxx +++ b/sc/source/ui/view/tabview5.cxx @@ -49,6 +49,7 @@ #include "viewuno.hxx" #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/view/viewutil.cxx b/sc/source/ui/view/viewutil.cxx index 66ea64548770..5e27bbf6b52e 100644 --- a/sc/source/ui/view/viewutil.cxx +++ b/sc/source/ui/view/viewutil.cxx @@ -30,6 +30,7 @@ #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> #include <vcl/wrkwin.hxx> +#include <vcl/settings.hxx> #include <sfx2/request.hxx> #include <sfx2/objsh.hxx> #include <svl/stritem.hxx> |