[Libreoffice-commits] core.git: xmloff/inc xmloff/source

Adam Kasztenny adamkasztenny at gmail.com
Tue Dec 13 12:01:22 UTC 2016


 xmloff/inc/propimp0.hxx              |   70 +++++++++++++++++++++++++++++++++++
 xmloff/source/chart/PropertyMaps.cxx |    2 -
 xmloff/source/draw/propimp0.hxx      |   70 -----------------------------------
 3 files changed, 71 insertions(+), 71 deletions(-)

New commits:
commit ef65c40518c6f4671f9528edade9947092e10ac0
Author: Adam Kasztenny <adamkasztenny at gmail.com>
Date:   Sun Dec 11 18:46:31 2016 -0500

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/xmloff/source/draw/propimp0.hxx b/xmloff/inc/propimp0.hxx
similarity index 100%
rename from xmloff/source/draw/propimp0.hxx
rename to xmloff/inc/propimp0.hxx
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index a505951..0da6258 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>


More information about the Libreoffice-commits mailing list