summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kasztenny <adamkasztenny@gmail.com>2016-12-11 18:46:31 -0500
committerMichael Stahl <mstahl@redhat.com>2016-12-13 12:00:42 +0000
commitef65c40518c6f4671f9528edade9947092e10ac0 (patch)
tree130286d5db9e70b089033fd1eab71f1c7ba569d0
parent7724c6136a5d2e7666b4e801fc6f5df83e18a961 (diff)
tdf#95416 Fix includes for xmloff
Move a header file into inc/ Change-Id: If337720fbd5af43fc7ec32518058a1c7d43b8d18 Reviewed-on: https://gerrit.libreoffice.org/31879 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--xmloff/inc/propimp0.hxx (renamed from xmloff/source/draw/propimp0.hxx)0
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx2
2 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/propimp0.hxx b/xmloff/inc/propimp0.hxx
index 101e36bf4d10..101e36bf4d10 100644
--- a/xmloff/source/draw/propimp0.hxx
+++ b/xmloff/inc/propimp0.hxx
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index a5059516ec39..0da6258d1125 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -34,7 +34,7 @@
#include "XMLTextOrientationHdl.hxx"
#include "XMLSymbolTypePropertyHdl.hxx"
#include "XMLAxisPositionPropertyHdl.hxx"
-#include "../draw/propimp0.hxx"
+#include "propimp0.hxx"
#include <xmloff/EnumPropertyHdl.hxx>
#include <xmloff/XMLConstantsPropertyHandler.hxx>