diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 21:45:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-16 20:18:29 +0100 |
commit | 700936e43df0ac06accac1b3a8218e221e46455c (patch) | |
tree | d9d4fb8ae5904ea33e626190dc26b237cfc32fc9 /basctl | |
parent | 76e14924edcecc4312229b5a9b9b9a80f597695d (diff) |
use fwd decls
Change-Id: I06a4049d84d3ef755b713c045f686361782bdfc1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88807
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index ecd91070e149..92dc157242a9 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2020-02-13 21:29:21 using: + Generated on 2020-02-14 21:46:02 using: ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -114,15 +114,12 @@ #include <vcl/combobox.hxx> #include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> -#include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> -#include <vcl/dockwin.hxx> #include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> -#include <vcl/fixed.hxx> #include <vcl/floatwin.hxx> #include <vcl/fntstyle.hxx> #include <vcl/font.hxx> @@ -136,7 +133,6 @@ #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> #include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> #include <vcl/metaactiontypes.hxx> @@ -160,7 +156,6 @@ #include <vcl/textfilter.hxx> #include <vcl/textview.hxx> #include <vcl/timer.hxx> -#include <vcl/toolbox.hxx> #include <vcl/transfer.hxx> #include <vcl/treelist.hxx> #include <vcl/treelistentries.hxx> @@ -396,7 +391,6 @@ #include <sfx2/request.hxx> #include <sfx2/shell.hxx> #include <sfx2/stbitem.hxx> -#include <sfx2/tbxctrl.hxx> #include <sfx2/viewfrm.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> @@ -426,12 +420,8 @@ #include <svtools/optionsdrawinglayer.hxx> #include <svtools/statusbarcontroller.hxx> #include <svtools/svtdllapi.h> -#include <svtools/toolbarmenu.hxx> #include <svtools/toolboxcontroller.hxx> -#include <svtools/valueset.hxx> #include <svx/DiagramDataInterface.hxx> -#include <svx/Palette.hxx> -#include <svx/SvxColorValueSet.hxx> #include <svx/XPropertyEntry.hxx> #include <svx/ipolypolygoneditorcontroller.hxx> #include <svx/itextprovider.hxx> |