summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-02-26 10:59:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-02-26 14:34:15 +0100
commitf2e1b418a7fe0fca371ccd48988391864d1b8c5e (patch)
treeecc90fabbe6dfac4ea4f5c72a604c96ebf3c81a6 /include/framework
parent7f20533b0aee5c12db09e9f284d81c47d680e9f6 (diff)
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@redhat.com>
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/addonsoptions.hxx2
1 files changed, 1 insertions, 1 deletions
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; }
/*-************************************************************************************************************