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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 18:12:52 UTC 2019


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

New commits:
commit 6f658d9278dae4033a41b23937e49dba19c10873
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 30 14:54:33 2019 +0100
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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 -------------------------------------------------


More information about the Libreoffice-commits mailing list