diff options
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r-- | xmloff/source/chart/SchXMLAxisContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLCalculationSettingsContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLChartContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLDataTableContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLLegendContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLParagraphContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLPlotAreaContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLPropertyMappingContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLSeries2Context.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLTableContext.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/XMLChartStyleContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/XMLSymbolImageContext.cxx | 3 |
13 files changed, 1 insertions, 26 deletions
diff --git a/xmloff/source/chart/SchXMLAxisContext.cxx b/xmloff/source/chart/SchXMLAxisContext.cxx index 63ef21582ff4..39d93cb26662 100644 --- a/xmloff/source/chart/SchXMLAxisContext.cxx +++ b/xmloff/source/chart/SchXMLAxisContext.cxx @@ -27,7 +27,6 @@ #include <xmloff/xmlement.hxx> #include <xmloff/xmlstyle.hxx> #include <xmloff/prstylei.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmluconv.hxx> #include <rtl/math.hxx> diff --git a/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx b/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx index fbe54c96d0f8..d0b329e486fb 100644 --- a/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx +++ b/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx @@ -25,7 +25,6 @@ #include <sax/tools/converter.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/chart/SchXMLChartContext.cxx b/xmloff/source/chart/SchXMLChartContext.cxx index a6420f79e7f2..b2def8e37fd1 100644 --- a/xmloff/source/chart/SchXMLChartContext.cxx +++ b/xmloff/source/chart/SchXMLChartContext.cxx @@ -42,10 +42,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/chart/XChartDocument.hpp> #include <com/sun/star/chart/XDiagram.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> -#include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/chart/ChartDataRowSource.hpp> #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/XVisualObject.hpp> diff --git a/xmloff/source/chart/SchXMLDataTableContext.cxx b/xmloff/source/chart/SchXMLDataTableContext.cxx index 20846c5d95a8..107dca2d1329 100644 --- a/xmloff/source/chart/SchXMLDataTableContext.cxx +++ b/xmloff/source/chart/SchXMLDataTableContext.cxx @@ -21,8 +21,7 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/namespacemap.hxx> -#include <xmloff/xmluconv.hxx> +#include <xmloff/xmltoken.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/chart/XChartDocument.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/xmloff/source/chart/SchXMLLegendContext.cxx b/xmloff/source/chart/SchXMLLegendContext.cxx index b9e652b187bd..712ca3256d3e 100644 --- a/xmloff/source/chart/SchXMLLegendContext.cxx +++ b/xmloff/source/chart/SchXMLLegendContext.cxx @@ -22,7 +22,6 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmluconv.hxx> #include <sal/log.hxx> diff --git a/xmloff/source/chart/SchXMLParagraphContext.cxx b/xmloff/source/chart/SchXMLParagraphContext.cxx index 84e22c5a5c71..9ed285916188 100644 --- a/xmloff/source/chart/SchXMLParagraphContext.cxx +++ b/xmloff/source/chart/SchXMLParagraphContext.cxx @@ -24,9 +24,6 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/namespacemap.hxx> - -#include <com/sun/star/xml/sax/XAttributeList.hpp> using namespace com::sun::star; using namespace ::xmloff::token; diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx index d24b9c29f380..78dcf0323e15 100644 --- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx +++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx @@ -29,11 +29,9 @@ #include <comphelper/diagnose_ex.hxx> #include <utility> #include <xmloff/xmlnamespace.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmluconv.hxx> #include <xmloff/prstylei.hxx> #include <xmloff/xmlstyle.hxx> -#include <oox/helper/containerhelper.hxx> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Size.hpp> @@ -49,7 +47,6 @@ #include <com/sun/star/drawing/CameraGeometry.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> using namespace com::sun::star; using namespace ::xmloff::token; diff --git a/xmloff/source/chart/SchXMLPropertyMappingContext.cxx b/xmloff/source/chart/SchXMLPropertyMappingContext.cxx index e48cc684aa14..325ee10377fe 100644 --- a/xmloff/source/chart/SchXMLPropertyMappingContext.cxx +++ b/xmloff/source/chart/SchXMLPropertyMappingContext.cxx @@ -12,8 +12,6 @@ #include <utility> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/namespacemap.hxx> -#include <SchXMLImport.hxx> #include <sal/log.hxx> #include <com/sun/star/chart2/data/XLabeledDataSequence2.hpp> diff --git a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx index 434459813bc4..333e9a7ea9bd 100644 --- a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx +++ b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.cxx @@ -25,7 +25,6 @@ #include <sal/log.hxx> #include <utility> -#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmluconv.hxx> #include <xmloff/prstylei.hxx> @@ -36,7 +35,6 @@ #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/chart2/RegressionEquation.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> using namespace com::sun::star; using namespace xmloff::token; diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 2aa19d55af2f..4b6404e0a1ed 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -52,7 +52,6 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/namespacemap.hxx> #include <xmloff/SchXMLSeriesHelper.hxx> -#include <SchXMLImport.hxx> #include <xmloff/prstylei.hxx> #include <comphelper/diagnose_ex.hxx> diff --git a/xmloff/source/chart/SchXMLTableContext.cxx b/xmloff/source/chart/SchXMLTableContext.cxx index ac0e9aeed524..5aa095211de9 100644 --- a/xmloff/source/chart/SchXMLTableContext.cxx +++ b/xmloff/source/chart/SchXMLTableContext.cxx @@ -22,7 +22,6 @@ #include "SchXMLTableContext.hxx" #include "SchXMLParagraphContext.hxx" #include "SchXMLTextListContext.hxx" -#include <SchXMLImport.hxx> #include "SchXMLTools.hxx" #include "transporttypes.hxx" #include <XMLStringBufferImportContext.hxx> @@ -31,9 +30,7 @@ #include <sal/log.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/namespacemap.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/string.hxx> #include <com/sun/star/chart2/XAnyDescriptionAccess.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx index fd8ff45d162e..0e41ea40202d 100644 --- a/xmloff/source/chart/XMLChartStyleContext.cxx +++ b/xmloff/source/chart/XMLChartStyleContext.cxx @@ -39,7 +39,6 @@ using ::xmloff::token::XML_PARAGRAPH_PROPERTIES; using ::xmloff::token::XML_GRAPHIC_PROPERTIES; using ::xmloff::token::XML_CHART_PROPERTIES; - void XMLChartStyleContext::SetAttribute( sal_Int32 nElement, const OUString& rValue ) diff --git a/xmloff/source/chart/XMLSymbolImageContext.cxx b/xmloff/source/chart/XMLSymbolImageContext.cxx index 646f1b8c0e62..f26098af1ba5 100644 --- a/xmloff/source/chart/XMLSymbolImageContext.cxx +++ b/xmloff/source/chart/XMLSymbolImageContext.cxx @@ -19,12 +19,9 @@ #include "XMLSymbolImageContext.hxx" #include <xmloff/xmltoken.hxx> -#include <xmloff/xmltkmap.hxx> #include <xmloff/xmlnamespace.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/namespacemap.hxx> #include <xmloff/XMLBase64ImportContext.hxx> -#include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <sal/log.hxx> |