[Libreoffice-commits] core.git: include/framework
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 26 13:34:39 UTC 2019
include/framework/addonsoptions.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f2e1b418a7fe0fca371ccd48988391864d1b8c5e
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Feb 26 10:59:27 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Feb 26 14:34:15 2019 +0100
PropertyValue needs to be a complete type here (Windows, --disable-pch)
...when implicit special member functions are defined for FWE_DLLPUBLIC
MergeMenuInstruction etc.
Change-Id: Ida796edaea73cf2c918feee1ee961e2065f25ee8
Reviewed-on: https://gerrit.libreoffice.org/68376
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 66c5fca79c09..b4d46e722d80 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -21,11 +21,11 @@
#include <sal/types.h>
#include <vcl/image.hxx>
+#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <framework/fwedllapi.h>
#include <memory>
-namespace com::sun::star::beans { struct PropertyValue; }
namespace osl { class Mutex; }
/*-************************************************************************************************************
More information about the Libreoffice-commits
mailing list