[Libreoffice-commits] core.git: include/vcl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 10 15:39:32 UTC 2019


 include/vcl/FilterConfigItem.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 403e3c04420c4d20c77427c43df52d554d7329ff
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jan 10 09:05:28 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jan 10 16:39:05 2019 +0100

    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 at redhat.com>

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; } } } }


More information about the Libreoffice-commits mailing list