diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 12:28:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 15:44:17 +0100 |
commit | 85ceb1c70fd3bcd723c92bd3c2658d13eb8b137d (patch) | |
tree | 95dfe2e7f4a00162967e0dd25f56ce7b4812d92e /sfx2 | |
parent | 11345d8b7e3e1c6bbe940c08cc284e257e0811d0 (diff) |
remove some unnecessary button.hxx includes
and update pches
Change-Id: I61ca0be7a838e4eec6c41e0ece58d8a6b0e64c37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88861
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 | ||||
-rw-r--r-- | sfx2/source/notebookbar/NotebookbarTabControl.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/sidebar/TabBar.cxx | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 7d492672cafd..bbfd1a63a4dd 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 2020-02-16 15:22:47 using: + Generated on 2020-02-17 12:26:08 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: @@ -50,6 +50,7 @@ #include <osl/diagnose.h> #include <osl/endian.h> #include <osl/file.hxx> +#include <osl/interlck.h> #include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/process.h> diff --git a/sfx2/source/notebookbar/NotebookbarTabControl.cxx b/sfx2/source/notebookbar/NotebookbarTabControl.cxx index acbc65a7efca..9199106de58b 100644 --- a/sfx2/source/notebookbar/NotebookbarTabControl.cxx +++ b/sfx2/source/notebookbar/NotebookbarTabControl.cxx @@ -18,6 +18,7 @@ */ #include <vcl/builderfactory.hxx> +#include <vcl/button.hxx> #include <vcl/layout.hxx> #include <vcl/notebookbar.hxx> #include <vcl/tabpage.hxx> diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx index 62fa64aa86d5..c5be30ca1122 100644 --- a/sfx2/source/sidebar/TabBar.cxx +++ b/sfx2/source/sidebar/TabBar.cxx @@ -31,6 +31,7 @@ #include <comphelper/processfactory.hxx> #include <o3tl/safeint.hxx> +#include <vcl/button.hxx> #include <vcl/commandevent.hxx> #include <vcl/event.hxx> #include <vcl/image.hxx> |