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

New commits:
commit 6f658d9278dae4033a41b23937e49dba19c10873
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Jan 30 14:54:33 2019 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Jan 30 19:12:15 2019 +0100

    css::uno::Sequence<T> needs to be a complete type here
    
    ...in implicitly defined special members of EDITENG_DLLPUBLIC 
SvxFontListItem,
    due to aFontNameSeq member (Windows --disable-pch)
    
    Change-Id: I7b20d9d4fdc5a335de00cdf8c143b25aa15fff7e
    Reviewed-on: https://gerrit.libreoffice.org/67153
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/include/editeng/flstitem.hxx b/include/editeng/flstitem.hxx
index 72948d94fc70..624eef3f866e 100644
--- a/include/editeng/flstitem.hxx
+++ b/include/editeng/flstitem.hxx
@@ -21,7 +21,7 @@
 
 #include <svl/poolitem.hxx>
 #include <rtl/ustring.hxx>
-#include <com/sun/star/uno/Sequence.h>
+#include <com/sun/star/uno/Sequence.hxx>
 #include <editeng/editengdllapi.h>
 
 // class SvxFontListItem -------------------------------------------------
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to