summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de (CIB)>2018-03-18 15:12:39 +0100
committerArmin Le Grand <Armin.Le.Grand@cib.de>2018-04-06 18:06:35 +0200
commit832ac6375141c428db814a7bca6f80c388e1a5a0 (patch)
tree70bb393da3941fa4fd7cb579ad3b19095df668de
parent8cd37871876db7f56d8b1a6d8b9700b5d4936143 (diff)
SOSAW080: Added missing includes
Change-Id: I4caf6b6fbbe6e8130741d793dffb560fd01d4ed5
-rw-r--r--svx/source/sdr/properties/attributeproperties.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index 1b22053325b5..b10fcf4bc155 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -44,7 +44,8 @@
#include <svx/svdmodel.hxx>
#include <svx/svdtrans.hxx>
#include <svx/svdpage.hxx>
-
+#include <svx/svdograf.hxx>
+#include <svx/svdoole2.hxx>
namespace sdr
{