summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-30 14:54:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-01-30 19:12:15 +0100
commit6f658d9278dae4033a41b23937e49dba19c10873 (patch)
tree9cf8c377a6fd505bad4564c8846ee617910ef2aa /include
parent293d1e78f54ff299f3686da673eb73b674172837 (diff)
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@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/flstitem.hxx2
1 files changed, 1 insertions, 1 deletions
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 -------------------------------------------------