[Libreoffice-commits] core.git: 2 commits - include/svx

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 4 06:27:39 UTC 2019


 include/svx/EnhancedCustomShape2d.hxx |    2 +-
 include/svx/sdasitm.hxx               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c7fd5ec69807ffe89c8414048996c1ea6945deb2
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jun 3 18:45:00 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jun 4 08:27:08 2019 +0200

    css::beans::PropertyValue must be a complete type here (Windows --disable-pch)
    
    ...when instantiating implicitly defined special member functions of
    SVX_DLLPUBLIC SdrCustomShapeGeometryItem, due to aPropSeq member
    
    Change-Id: I7fc0ba1db3aa67bdd5c4d8878504a31f32b42ffd
    Reviewed-on: https://gerrit.libreoffice.org/73405
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index 9b70de0e8e4b..e0aeaddab83a 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -22,12 +22,12 @@
 
 #include <svx/svddef.hxx>
 #include <svx/sdooitm.hxx>
+#include <com/sun/star/beans/PropertyValue.hpp>
 #include <com/sun/star/uno/Sequence.hxx>
 #include <rtl/ustring.hxx>
 #include <svx/svxdllapi.h>
 #include <unordered_map>
 
-namespace com::sun::star::beans { struct PropertyValue; }
 namespace com::sun::star::uno { class Any; }
 
 class SVX_DLLPUBLIC SdrCustomShapeGeometryItem : public SfxPoolItem
commit 3dfaee0d6eded9668c3e949e026cd3375f0ee663
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jun 3 18:42:59 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jun 4 08:26:55 2019 +0200

    css::awt::Size must be a complete type here (Windows --disable-pch)
    
    ...when instantiating implicitly defined special member functions of
    SVX_DLLPUBLIC EnhancedCustomShape2d, due to seqSubViewSize member
    
    Change-Id: I7dd22ba0602461c1bbe2e1e5351e161f2e098c37
    Reviewed-on: https://gerrit.libreoffice.org/73404
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index dfc67806cc05..ea5e4fc1f1b3 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -22,6 +22,7 @@
 
 #include <svx/msdffdef.hxx>
 #include <svx/sdasitm.hxx>
+#include <com/sun/star/awt/Size.hpp>
 #include <com/sun/star/uno/Sequence.h>
 #include <com/sun/star/beans/PropertyValues.hpp>
 #include <svl/itemset.hxx>
@@ -40,7 +41,6 @@
 #include <vector>
 
 namespace com::sun::star::awt { struct Point; }
-namespace com::sun::star::awt { struct Size; }
 
 class Color;
 class SdrObject;


More information about the Libreoffice-commits mailing list