[Libreoffice-commits] core.git: Branch 'feature/SOSAW080' - svx/source
Armin Le Grand (CIB)
Armin.Le.Grand at cib.de
Mon Mar 19 20:36:19 UTC 2018
svx/source/sdr/properties/defaultproperties.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 2f3f5acaf8fcdad14ff6ce745edd9d38665fcd4a
Author: Armin Le Grand <Armin.Le.Grand at cib.de (CIB)>
Date: Mon Mar 19 21:35:29 2018 +0100
SOSAW080: Added missing include for MacBuild
Change-Id: If830fbc5fadd89d04be5edd2a5abf9b0d4bf0410
diff --git a/svx/source/sdr/properties/defaultproperties.cxx b/svx/source/sdr/properties/defaultproperties.cxx
index 5c5af1a24559..56d23b6851bd 100644
--- a/svx/source/sdr/properties/defaultproperties.cxx
+++ b/svx/source/sdr/properties/defaultproperties.cxx
@@ -25,7 +25,6 @@
#include <svl/itemset.hxx>
#include <svl/whiter.hxx>
#include <vcl/outdev.hxx>
-
#include <vector>
#include <svx/svdobj.hxx>
#include <svx/svddef.hxx>
@@ -33,7 +32,7 @@
#include <editeng/eeitem.hxx>
#include <libxml/xmlwriter.h>
#include <svx/svdmodel.hxx>
-
+#include <svx/svdtrans.hxx>
namespace sdr
{
More information about the Libreoffice-commits
mailing list