diff options
-rw-r--r-- | xmloff/Library_xo.mk | 2 | ||||
-rwxr-xr-x | xmloff/source/chart/SchXMLLegendContext.cxx | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index ddd7a21c8fb4..ff85c7c8507b 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -69,8 +69,10 @@ $(eval $(call gb_Library_add_exception_objects,xo,\ xmloff/source/chart/SchXMLAutoStylePoolP \ xmloff/source/chart/SchXMLCalculationSettingsContext \ xmloff/source/chart/SchXMLChartContext \ + xmloff/source/chart/SchXMLEnumConverter \ xmloff/source/chart/SchXMLExport \ xmloff/source/chart/SchXMLImport \ + xmloff/source/chart/SchXMLLegendContext \ xmloff/source/chart/SchXMLParagraphContext \ xmloff/source/chart/SchXMLPlotAreaContext \ xmloff/source/chart/SchXMLSeries2Context \ diff --git a/xmloff/source/chart/SchXMLLegendContext.cxx b/xmloff/source/chart/SchXMLLegendContext.cxx index 2cd88dfb14b7..0fea13825be2 100755 --- a/xmloff/source/chart/SchXMLLegendContext.cxx +++ b/xmloff/source/chart/SchXMLLegendContext.cxx @@ -30,7 +30,7 @@ #include "SchXMLLegendContext.hxx" #include "SchXMLEnumConverter.hxx" -#include "xmlnmspe.hxx" +#include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlement.hxx> #include <xmloff/prstylei.hxx> #include <xmloff/nmspmap.hxx> |