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

New commits:
commit 725b6fe4ce09ec23e7b665a7ffee3b96da645cc0
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Dec 10 12:50:42 2018 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Dec 10 14:40:10 2018 +0100

    OutputDevice must be a complete type here
    
    ...on Windows for SVX_DLLPUBLIC SdrObjMacroHitRec with (implicitly) inline
    special member functions and VclPtr<OutputDevice> member.
    
    Change-Id: Ieff82d634e220d698db79e9b1e871fe5118d9c9f
    Reviewed-on: https://gerrit.libreoffice.org/64868
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index db1f4d1acf1a..0177cec8ff3b 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -24,6 +24,7 @@
 #include <com/sun/star/uno/Any.hxx>
 #include <cppuhelper/weakref.hxx>
 #include <rtl/ustring.hxx>
+#include <vcl/outdev.hxx>
 #include <vcl/vclptr.hxx>
 #include <svl/lstner.hxx>
 #include <svl/poolitem.hxx>
@@ -73,7 +74,6 @@ class SdrObjPlusData;
 class SdrGluePoint;
 class SdrGluePointList;
 class SdrLayerIDSet;
-class OutputDevice;
 class Fraction;
 
 namespace basegfx
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to