diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-06-03 18:45:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-06-04 08:27:08 +0200 |
commit | c7fd5ec69807ffe89c8414048996c1ea6945deb2 (patch) | |
tree | a5e45f9d6e2d038455e13a46e0450f8b421feceb /include/svx/sdasitm.hxx | |
parent | 3dfaee0d6eded9668c3e949e026cd3375f0ee663 (diff) |
css::beans::PropertyValue must be a complete type here (Windows --disable-pch)
...when instantiating implicitly defined special member functions of
SVX_DLLPUBLIC SdrCustomShapeGeometryItem, due to aPropSeq member
Change-Id: I7fc0ba1db3aa67bdd5c4d8878504a31f32b42ffd
Reviewed-on: https://gerrit.libreoffice.org/73405
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/svx/sdasitm.hxx')
-rw-r--r-- | include/svx/sdasitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx index 9b70de0e8e4b..e0aeaddab83a 100644 --- a/include/svx/sdasitm.hxx +++ b/include/svx/sdasitm.hxx @@ -22,12 +22,12 @@ #include <svx/svddef.hxx> #include <svx/sdooitm.hxx> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> #include <svx/svxdllapi.h> #include <unordered_map> -namespace com::sun::star::beans { struct PropertyValue; } namespace com::sun::star::uno { class Any; } class SVX_DLLPUBLIC SdrCustomShapeGeometryItem : public SfxPoolItem |