Kaydet (Commit) c7fd5ec6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 3dfaee0d
...@@ -22,12 +22,12 @@ ...@@ -22,12 +22,12 @@
#include <svx/svddef.hxx> #include <svx/svddef.hxx>
#include <svx/sdooitm.hxx> #include <svx/sdooitm.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
#include <unordered_map> #include <unordered_map>
namespace com::sun::star::beans { struct PropertyValue; }
namespace com::sun::star::uno { class Any; } namespace com::sun::star::uno { class Any; }
class SVX_DLLPUBLIC SdrCustomShapeGeometryItem : public SfxPoolItem class SVX_DLLPUBLIC SdrCustomShapeGeometryItem : public SfxPoolItem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment