summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-19 15:24:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-19 18:11:36 +0100
commit7752bbe121fa0cd892ffc6ddaf465f519573dc09 (patch)
tree387a09812ad6a649d6c751726699cd88af2bfffb /toolkit
parent40496a1910c2fc453f010b0492a79aa62afbbc75 (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')
-rw-r--r--toolkit/source/helper/btndlg.cxx5
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
{