diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-10 09:05:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-10 16:39:05 +0100 |
commit | 403e3c04420c4d20c77427c43df52d554d7329ff (patch) | |
tree | 1e0ebaeee77d56688eabc1c7e038ccc113510514 | |
parent | 2aa92391daf6bf2ee3c2a332786f592a3d84c771 (diff) |
PropertyValue must be a complete type here (Windows --disable-pch)
...when instantiating implicitly defined special member functions of
VCL_DLLPUBLIC FilterConfigItem
Change-Id: I3128a475e9363b0dc0960fbb34e25c64c2270f69
Reviewed-on: https://gerrit.libreoffice.org/66063
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | include/vcl/FilterConfigItem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/FilterConfigItem.hxx b/include/vcl/FilterConfigItem.hxx index 3abba38c862d..48651b2a0b34 100644 --- a/include/vcl/FilterConfigItem.hxx +++ b/include/vcl/FilterConfigItem.hxx @@ -24,11 +24,11 @@ #include <vcl/dllapi.h> #include <rtl/ustring.hxx> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.hxx> namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } -namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } namespace com { namespace sun { namespace star { namespace task { class XStatusIndicator; } } } } namespace com { namespace sun { namespace star { namespace uno { class Any; } } } } namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } } |