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 /svtools/source | |
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 'svtools/source')
48 files changed, 52 insertions, 3 deletions
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx index 26438c012534..5b9057c5486f 100644 --- a/svtools/source/brwbox/brwbox2.cxx +++ b/svtools/source/brwbox/brwbox2.cxx @@ -22,6 +22,7 @@ #include "datwin.hxx" #include <svtools/colorcfg.hxx> #include <vcl/salgtype.hxx> +#include <vcl/settings.hxx> #include <tools/multisel.hxx> #include <algorithm> diff --git a/svtools/source/brwbox/datwin.cxx b/svtools/source/brwbox/datwin.cxx index 5d815685c849..1ed74e3bf5d3 100644 --- a/svtools/source/brwbox/datwin.cxx +++ b/svtools/source/brwbox/datwin.cxx @@ -24,7 +24,8 @@ #include <vcl/help.hxx> #include <vcl/image.hxx> - +#include <vcl/settings.hxx> +#include <rtl/string.hxx> #include <tools/debug.hxx> //=================================================================== diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 72cad0faafa2..98949a0527bd 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -28,6 +28,7 @@ #include <vcl/edit.hxx> #include <tools/resid.hxx> #include <vcl/spinfld.hxx> +#include <vcl/settings.hxx> #include <svtools/svtresid.hxx> #include <svtools/svtools.hrc> diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 38ceee041a93..e1de6a70bc77 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -39,6 +39,7 @@ ------------- */ #include <vcl/svapp.hxx> #include <vcl/event.hxx> +#include <vcl/settings.hxx> #include <rtl/instance.hxx> //----------------------------------------------------------------------------- diff --git a/svtools/source/config/extcolorcfg.cxx b/svtools/source/config/extcolorcfg.cxx index 8b03e4bf51cc..ddded1e761ac 100644 --- a/svtools/source/config/extcolorcfg.cxx +++ b/svtools/source/config/extcolorcfg.cxx @@ -35,6 +35,7 @@ #include <osl/mutex.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <vcl/event.hxx> #include <rtl/instance.hxx> #include <rtl/strbuf.hxx> diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index c45df0d2720b..baed68e798c1 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "itemholder2.hxx" diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 9a0b250227f0..77ce11d48a74 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -30,6 +30,7 @@ #include <svtools/imgdef.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <list> diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index f238686d1b86..e2cfa0edddbb 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/uno/Sequence.hxx> #include <vcl/svapp.hxx> #include <vcl/outdev.hxx> +#include <vcl/settings.hxx> #include <rtl/instance.hxx> //_________________________________________________________________________________________________________________ diff --git a/svtools/source/contnr/DocumentInfoPreview.cxx b/svtools/source/contnr/DocumentInfoPreview.cxx index 10c69742dc39..3c6052186a7c 100644 --- a/svtools/source/contnr/DocumentInfoPreview.cxx +++ b/svtools/source/contnr/DocumentInfoPreview.cxx @@ -30,6 +30,7 @@ #include "svtools/DocumentInfoPreview.hxx" #include "svtools/imagemgr.hxx" #include "vcl/txtattr.hxx" +#include "vcl/settings.hxx" #include "tools/datetime.hxx" #include "tools/urlobj.hxx" #include "unotools/pathoptions.hxx" diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index e97f64cdf7c1..7723df81c477 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -44,6 +44,7 @@ #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/ucb/ContentCreationException.hpp> #include <vcl/waitobj.hxx> +#include <vcl/settings.hxx> #include <com/sun/star/io/XPersist.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/ucb/XCommandInfo.hpp> diff --git a/svtools/source/contnr/imivctl1.cxx b/svtools/source/contnr/imivctl1.cxx index 489554e6dc31..f38925475c4f 100644 --- a/svtools/source/contnr/imivctl1.cxx +++ b/svtools/source/contnr/imivctl1.cxx @@ -29,6 +29,7 @@ #include <vcl/i18nhelp.hxx> #include <vcl/mnemonic.hxx> #include <vcl/controllayout.hxx> +#include <vcl/settings.hxx> #include <svtools/ivctrl.hxx> #include "imivctl.hxx" diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx index f3512a54d3a0..442141f1c3eb 100644 --- a/svtools/source/contnr/ivctrl.cxx +++ b/svtools/source/contnr/ivctrl.cxx @@ -23,6 +23,8 @@ #include <vcl/bitmapex.hxx> #include <vcl/controllayout.hxx> #include <vcl/mnemonic.hxx> +#include <vcl/settings.hxx> + using namespace ::com::sun::star::accessibility; /***************************************************************************** diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx index 80e0d0880436..71d802fd32dd 100644 --- a/svtools/source/contnr/simptabl.cxx +++ b/svtools/source/contnr/simptabl.cxx @@ -24,6 +24,7 @@ #include <unotools/intlwrapper.hxx> #include <vcl/builder.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> // SvSimpleTableContainer ------------------------------------------------------ diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index 71b26be70f4a..ca90c8453a81 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -20,6 +20,7 @@ #include <vcl/svapp.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/help.hxx> +#include <vcl/settings.hxx> #include <stack> diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx index 8674c2448b6a..ec0311da59c2 100644 --- a/svtools/source/contnr/templwin.cxx +++ b/svtools/source/contnr/templwin.cxx @@ -33,6 +33,7 @@ #include <svtools/templatefoldercache.hxx> #include <svtools/imgdef.hxx> #include <vcl/txtattr.hxx> +#include <vcl/settings.hxx> #include <svtools/svtools.hrc> #include "templwin.hrc" #include <svtools/helpid.hrc> diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index 9f1b47b4dc34..2e27e1718ddb 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -29,6 +29,7 @@ #include <vcl/accel.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/builder.hxx> +#include <vcl/settings.hxx> #include <sot/formats.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <rtl/instance.hxx> diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx index ca9171b35c07..d1708d60b5e9 100644 --- a/svtools/source/control/calendar.cxx +++ b/svtools/source/control/calendar.cxx @@ -26,6 +26,7 @@ #include <vcl/floatwin.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> +#include <vcl/settings.hxx> #include <comphelper/processfactory.hxx> #include <unotools/calendarwrapper.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 36fe26dc6def..a75e2d555593 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -24,6 +24,7 @@ #include <vcl/svapp.hxx> #include <vcl/field.hxx> #include <vcl/helper.hxx> +#include <vcl/settings.hxx> #include <sal/macros.h> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx index 93f486496de0..e3bb7a8ec889 100644 --- a/svtools/source/control/ctrltool.cxx +++ b/svtools/source/control/ctrltool.cxx @@ -25,6 +25,7 @@ #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> +#include <vcl/settings.hxx> #include <sal/macros.h> #include <svtools/svtools.hrc> #include <svtools/svtresid.hxx> diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx index 9f04b9fa9e6c..b422d0c13080 100644 --- a/svtools/source/control/fmtfield.cxx +++ b/svtools/source/control/fmtfield.cxx @@ -24,6 +24,7 @@ #include <unotools/localedatawrapper.hxx> #include <vcl/svapp.hxx> #include <vcl/builder.hxx> +#include <vcl/settings.hxx> #include <svl/zformat.hxx> #include <svtools/fmtfield.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/svtools/source/control/headbar.cxx b/svtools/source/control/headbar.cxx index eda70d234a0a..1a25cbe05f8c 100644 --- a/svtools/source/control/headbar.cxx +++ b/svtools/source/control/headbar.cxx @@ -25,6 +25,7 @@ #include <vcl/help.hxx> #include <vcl/image.hxx> #include <vcl/salnativewidgets.hxx> +#include <vcl/settings.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> diff --git a/svtools/source/control/hyperlabel.cxx b/svtools/source/control/hyperlabel.cxx index a67c3842b547..b15ef3b61210 100644 --- a/svtools/source/control/hyperlabel.cxx +++ b/svtools/source/control/hyperlabel.cxx @@ -18,9 +18,9 @@ */ #include <svtools/hyperlabel.hxx> -#include <vcl/bitmap.hxx> #include <tools/color.hxx> - +#include <vcl/bitmap.hxx> +#include <vcl/settings.hxx> #include <vcl/tabpage.hxx> diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx index 16a169758130..d75d61456b50 100644 --- a/svtools/source/control/roadmap.cxx +++ b/svtools/source/control/roadmap.cxx @@ -22,6 +22,7 @@ #include <vector> #include <algorithm> #include <vcl/bitmap.hxx> +#include <vcl/settings.hxx> #include <tools/color.hxx> #include <rtl/ustring.hxx> #include <boost/scoped_ptr.hpp> diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index d4a72f940511..0778237b06d0 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -22,6 +22,7 @@ #include <vcl/svapp.hxx> #include <tools/poly.hxx> #include <vcl/i18nhelp.hxx> +#include <vcl/settings.hxx> #include <svtools/ruler.hxx> #include <svtools/svtresid.hxx> diff --git a/svtools/source/control/scrwin.cxx b/svtools/source/control/scrwin.cxx index 5535e4c0df1a..0c66ed7cd8dc 100644 --- a/svtools/source/control/scrwin.cxx +++ b/svtools/source/control/scrwin.cxx @@ -18,6 +18,7 @@ */ #include <svtools/scrwin.hxx> +#include <vcl/settings.hxx> //=================================================================== diff --git a/svtools/source/control/stdmenu.cxx b/svtools/source/control/stdmenu.cxx index f579dc2bd83d..04fbe3e0da7c 100644 --- a/svtools/source/control/stdmenu.cxx +++ b/svtools/source/control/stdmenu.cxx @@ -20,6 +20,7 @@ #include <string.h> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <vcl/i18nhelp.hxx> #include <svtools/ctrltool.hxx> #include <svtools/stdmenu.hxx> diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 62ca3708999c..16d7c7a4a0a6 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -28,6 +28,7 @@ #include <vcl/button.hxx> #include <vcl/edit.hxx> #include <vcl/image.hxx> +#include <vcl/settings.hxx> #include "svtaccessiblefactory.hxx" #include <filectrl.hrc> #include <svtools/svtresid.hxx> diff --git a/svtools/source/control/toolbarmenu.cxx b/svtools/source/control/toolbarmenu.cxx index 779975bdc9c7..9c394116c310 100644 --- a/svtools/source/control/toolbarmenu.cxx +++ b/svtools/source/control/toolbarmenu.cxx @@ -26,6 +26,7 @@ #include <vcl/image.hxx> #include <vcl/taskpanelist.hxx> #include <vcl/toolbox.hxx> +#include <vcl/settings.hxx> #include "svtools/valueset.hxx" #include "svtools/toolbarmenu.hxx" diff --git a/svtools/source/control/toolbarmenuacc.cxx b/svtools/source/control/toolbarmenuacc.cxx index e0d2dd5dffd9..0a9036614c27 100644 --- a/svtools/source/control/toolbarmenuacc.cxx +++ b/svtools/source/control/toolbarmenuacc.cxx @@ -25,6 +25,7 @@ #include <unotools/accessiblestatesethelper.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "svtools/toolbarmenu.hxx" diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 786ad106566e..e5a7a98e4faf 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -19,6 +19,7 @@ #include <unotools/accessiblestatesethelper.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <svtools/valueset.hxx> #include "valueimp.hxx" #include <comphelper/servicehelper.hxx> diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index c4487aab253f..934dba08407a 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -23,6 +23,8 @@ #include <vcl/svapp.hxx> #include <vcl/scrbar.hxx> #include <vcl/help.hxx> +#include <vcl/settings.hxx> + #include <com/sun/star/accessibility/AccessibleEventObject.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/svtools/source/control/vclxaccessibleheaderbaritem.cxx b/svtools/source/control/vclxaccessibleheaderbaritem.cxx index 21b1728905d6..7b7a24320320 100644 --- a/svtools/source/control/vclxaccessibleheaderbaritem.cxx +++ b/svtools/source/control/vclxaccessibleheaderbaritem.cxx @@ -27,6 +27,7 @@ #include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <toolkit/awt/vclxfont.hxx> #include <toolkit/helper/externallock.hxx> #include <toolkit/helper/convert.hxx> diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index 7c1edfc554c3..75ee7d760030 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -32,6 +32,7 @@ #include <vcl/stdtext.hxx> #include <vcl/waitobj.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/ui/dialogs/AddressBookSourcePilot.hpp> #include <com/sun/star/awt/XWindow.hpp> diff --git a/svtools/source/filter/SvFilterOptionsDialog.cxx b/svtools/source/filter/SvFilterOptionsDialog.cxx index 706ad184e55b..1f9c0cc33d60 100644 --- a/svtools/source/filter/SvFilterOptionsDialog.cxx +++ b/svtools/source/filter/SvFilterOptionsDialog.cxx @@ -26,6 +26,7 @@ #include <rtl/ref.hxx> #include <svl/solar.hrc> #include <vcl/fltcall.hxx> +#include <vcl/settings.hxx> #include "exportdialog.hxx" #include <uno/mapping.hxx> #include <tools/fldunit.hxx> diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx index 554a5558739f..1abe65c55433 100644 --- a/svtools/source/graphic/provider.cxx +++ b/svtools/source/graphic/provider.cxx @@ -31,6 +31,7 @@ #include <vcl/wmf.hxx> #include <svl/solar.hrc> #include <vcl/virdev.hxx> +#include <vcl/settings.hxx> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/text/GraphicCrop.hpp> #include <comphelper/servicehelper.hxx> diff --git a/svtools/source/hatchwindow/ipwin.cxx b/svtools/source/hatchwindow/ipwin.cxx index 9bd715a0ca5f..2b10a72a0597 100644 --- a/svtools/source/hatchwindow/ipwin.cxx +++ b/svtools/source/hatchwindow/ipwin.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <ipwin.hxx> #include <hatchwindow.hxx> diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx index 4f269db54910..48719a369d7f 100644 --- a/svtools/source/misc/ehdl.cxx +++ b/svtools/source/misc/ehdl.cxx @@ -22,6 +22,7 @@ #include <tools/wintypes.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <svtools/ehdl.hxx> #include <svtools/svtresid.hxx> diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index 781980d62095..82953df3c97a 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -23,6 +23,7 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include "vcl/image.hxx" +#include "vcl/settings.hxx" #include <sot/storage.hxx> #include <comphelper/classids.hxx> #include <unotools/ucbhelper.hxx> diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx index 96b2b3496336..16a3a1d8191c 100644 --- a/svtools/source/misc/langhelp.cxx +++ b/svtools/source/misc/langhelp.cxx @@ -11,6 +11,7 @@ #include <svtools/langhelp.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <rtl/ustring.hxx> void localizeWebserviceURI( OUString& rURI ) diff --git a/svtools/source/misc/svtresid.cxx b/svtools/source/misc/svtresid.cxx index 5efc4474a4e6..ff3b965a5e34 100644 --- a/svtools/source/misc/svtresid.cxx +++ b/svtools/source/misc/svtresid.cxx @@ -20,6 +20,7 @@ #include <tools/resmgr.hxx> #include <svtools/svtresid.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> static ResMgr* pMgr=NULL; diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index 626325b59f8d..4abe983ec3cc 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -21,6 +21,7 @@ #include <svl/zformat.hxx> #include <svl/macitem.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <svl/zforlist.hxx> #include <svtools/htmlout.hxx> diff --git a/svtools/source/table/gridtablerenderer.cxx b/svtools/source/table/gridtablerenderer.cxx index 585d97e7bc50..97bdd43ebe4d 100644 --- a/svtools/source/table/gridtablerenderer.cxx +++ b/svtools/source/table/gridtablerenderer.cxx @@ -31,6 +31,7 @@ #include <vcl/image.hxx> #include <vcl/virdev.hxx> #include <vcl/decoview.hxx> +#include <vcl/settings.hxx> //...................................................................................................................... namespace svt { namespace table diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx index 125754325515..fe5b9d1595be 100644 --- a/svtools/source/table/tablecontrol.cxx +++ b/svtools/source/table/tablecontrol.cxx @@ -28,6 +28,7 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <tools/diagnose_ex.h> +#include <vcl/settings.hxx> using namespace ::com::sun::star::uno; using ::com::sun::star::accessibility::XAccessible; diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx index b4ac861a5916..eb1237af43f7 100644 --- a/svtools/source/table/tablecontrol_impl.cxx +++ b/svtools/source/table/tablecontrol_impl.cxx @@ -34,6 +34,7 @@ #include <comphelper/flagguard.hxx> #include <vcl/scrbar.hxx> #include <vcl/seleng.hxx> +#include <vcl/settings.hxx> #include <rtl/ref.hxx> #include <vcl/image.hxx> #include <tools/diagnose_ex.h> diff --git a/svtools/source/table/tabledatawindow.cxx b/svtools/source/table/tabledatawindow.cxx index 9970338ddfc2..91280fe857cc 100644 --- a/svtools/source/table/tabledatawindow.cxx +++ b/svtools/source/table/tabledatawindow.cxx @@ -25,6 +25,7 @@ #include "tablegeometry.hxx" #include <vcl/help.hxx> +#include <vcl/settings.hxx> //...................................................................................................................... namespace svt { namespace table diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx index c4cb2d5163ee..40c6adff240f 100644 --- a/svtools/source/toolpanel/paneltabbar.cxx +++ b/svtools/source/toolpanel/paneltabbar.cxx @@ -30,6 +30,7 @@ #include <vcl/button.hxx> #include <vcl/help.hxx> #include <vcl/virdev.hxx> +#include <vcl/settings.hxx> #include <tools/diagnose_ex.h> #include <boost/optional.hpp> diff --git a/svtools/source/toolpanel/toolpaneldrawer.cxx b/svtools/source/toolpanel/toolpaneldrawer.cxx index ba11c65931cf..c39462f27e80 100644 --- a/svtools/source/toolpanel/toolpaneldrawer.cxx +++ b/svtools/source/toolpanel/toolpaneldrawer.cxx @@ -29,6 +29,7 @@ #include <vcl/image.hxx> #include <vcl/svapp.hxx> #include <vcl/vclevent.hxx> +#include <vcl/settings.hxx> //...................................................................................................................... namespace svt diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx index 48b10b395b0b..bdfdf8c2a2b8 100644 --- a/svtools/source/uno/contextmenuhelper.cxx +++ b/svtools/source/uno/contextmenuhelper.cxx @@ -40,6 +40,7 @@ #include <comphelper/processfactory.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <vcl/image.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/awt/vclxwindow.hxx> |