Kaydet (Commit) 725b6fe4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 81434a0f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment