[Libreoffice-commits] core.git: include/svx
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 15 18:09:21 UTC 2020
include/svx/colorwindow.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 797e0170f31ef10df0841e1cfae5c39903b6a316
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 15 17:13:15 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jan 15 19:08:43 2020 +0100
Toolbox needs to be a complete type here (Windows --disable-pch)
...because of the m_xToolBox data member and inline copy/move functions of
SVX_DLLPUBLIC MenuOrToolMenuButton
Change-Id: Ia070c28e31797f7d09c2862f5bb2775379c0a170
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86867
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx
index 6f2054082f54..8a2f42751dfd 100644
--- a/include/svx/colorwindow.hxx
+++ b/include/svx/colorwindow.hxx
@@ -26,6 +26,7 @@
#include <svx/Palette.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/toolbox.hxx>
#include <functional>
More information about the Libreoffice-commits
mailing list