diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-07 11:18:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-07 21:05:06 +0100 |
commit | 35b5f03e41e21085b67b56e29c52dcddc9a36c30 (patch) | |
tree | fdd93138f52d9f2f83a02fb3f54f50f23eb8732f /sd/inc | |
parent | a91e21b9acab16bd31dbefa4640d2e5f3c3c7d63 (diff) |
move various notebookbar widgets into vcl
and we can drop their factories then
Change-Id: I1e261886dd7700710ba628da4bbeeba65efa1531
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107134
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 11 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 5 |
2 files changed, 5 insertions, 11 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 422a5591d01f..7e11704fc090 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.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-12-04 09:59:37 using: + Generated on 2020-12-07 11:30:57 using: ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -43,7 +43,6 @@ #include <utility> #include <vector> #include <boost/property_tree/json_parser.hpp> -#include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -69,7 +68,6 @@ #include <rtl/tencinfo.h> #include <rtl/textenc.h> #include <rtl/ustrbuf.hxx> -#include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <sal/config.h> #include <sal/log.hxx> @@ -355,7 +353,6 @@ #include <sfx2/zoomitem.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> -#include <sot/storage.hxx> #include <svl/SfxBroadcaster.hxx> #include <svl/eitem.hxx> #include <svl/hint.hxx> @@ -365,6 +362,7 @@ #include <svl/languageoptions.hxx> #include <svl/lstner.hxx> #include <svl/macitem.hxx> +#include <svl/metitem.hxx> #include <svl/poolitem.hxx> #include <svl/ptitem.hxx> #include <svl/srchitem.hxx> @@ -374,11 +372,10 @@ #include <svl/typedwhich.hxx> #include <svl/urlbmk.hxx> #include <svl/whiter.hxx> -#include <svtools/popupwindowcontroller.hxx> +#include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> #include <svtools/svtdllapi.h> #include <svtools/svtresid.hxx> -#include <svtools/toolboxcontroller.hxx> #include <svx/AccessibleShapeTreeInfo.hxx> #include <svx/IAccessibleViewForwarder.hxx> #include <svx/IAccessibleViewForwarderListener.hxx> @@ -445,9 +442,7 @@ #include <svx/xlnclit.hxx> #include <svx/xlndsit.hxx> #include <svx/xlnedit.hxx> -#include <svx/xlnedwit.hxx> #include <svx/xlnstit.hxx> -#include <svx/xlnstwit.hxx> #include <svx/xlnwtit.hxx> #include <svx/xtable.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index c508458c6391..e4f4ec3a163e 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.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-12-04 09:59:39 using: + Generated on 2020-12-07 11:30:59 using: ./bin/update_pch sd sdui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -99,7 +99,6 @@ #include <vcl/GraphicObject.hxx> #include <vcl/IDialogRenderable.hxx> #include <vcl/ITiledRenderable.hxx> -#include <vcl/NotebookBarAddonsMerger.hxx> #include <vcl/Scanline.hxx> #include <vcl/alpha.hxx> #include <vcl/animate/Animation.hxx> @@ -131,6 +130,7 @@ #include <vcl/menu.hxx> #include <vcl/metaactiontypes.hxx> #include <vcl/metric.hxx> +#include <vcl/notebookbar/NotebookBarAddonsMerger.hxx> #include <vcl/outdev.hxx> #include <vcl/outdevmap.hxx> #include <vcl/outdevstate.hxx> @@ -349,7 +349,6 @@ #include <sot/formats.hxx> #include <sot/sotdllapi.h> #include <svl/SfxBroadcaster.hxx> -#include <svl/aeitem.hxx> #include <svl/eitem.hxx> #include <svl/hint.hxx> #include <svl/intitem.hxx> |