diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 15:24:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 18:11:36 +0100 |
commit | 7752bbe121fa0cd892ffc6ddaf465f519573dc09 (patch) | |
tree | 387a09812ad6a649d6c751726699cd88af2bfffb /toolkit/source | |
parent | 40496a1910c2fc453f010b0492a79aa62afbbc75 (diff) |
foward declare NotebookBarAddonsItem instead of using include
Change-Id: I57e5a8f28a40994b61ab0f554401e4f70c8ffc12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111230
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/helper/btndlg.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/source/helper/btndlg.cxx b/toolkit/source/helper/btndlg.cxx index 5aec00335260..64124928babc 100644 --- a/toolkit/source/helper/btndlg.cxx +++ b/toolkit/source/helper/btndlg.cxx @@ -17,13 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <memory> - #include <vcl/toolkit/button.hxx> #include <vcl/stdtext.hxx> #include <helper/btndlg.hxx> #include <sal/log.hxx> - +#include <map> +#include <memory> struct ImplBtnDlgItem { |