[Libreoffice-commits] core.git: include/svx
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Dec 10 13:40:31 UTC 2018
include/svx/svdobj.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 725b6fe4ce09ec23e7b665a7ffee3b96da645cc0
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 10 12:50:42 2018 +0100
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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
More information about the Libreoffice-commits
mailing list