diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 08:52:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 12:07:18 +0100 |
commit | 6443c79170d0082142850262b293ddec5fcde84b (patch) | |
tree | 12aa5c2ee8b0ee14beb18d8aee498cab4594fc02 /sfx2 | |
parent | 26a750aac8e6bcf3d6d064ac6ef59005f95e34c3 (diff) |
move ToolBoxItemId into its own header
Change-Id: I34838bee7ad27bfd60d92c26af7eb2de508686b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128974
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 8b0334732086..1fa9bcf427c0 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.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 2022-01-24 15:46:15 using: + Generated on 2022-01-26 09:15:03 using: ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -122,6 +122,7 @@ #include <vcl/syswin.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> +#include <vcl/toolboxid.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> #include <vcl/virdev.hxx> |