summaryrefslogtreecommitdiffstats
path: root/xmloff/source/chart
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:30:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:32 +0200
commita45953ed7c69a33dbe6609e85770b29da29a2167 (patch)
tree9239d88c1decc6cba9b7f3584284e0650eb7391f /xmloff/source/chart
parentbe verbose about which guard definition is problematic (diff)
downloadcore-a45953ed7c69a33dbe6609e85770b29da29a2167.tar.gz
core-a45953ed7c69a33dbe6609e85770b29da29a2167.zip
fixincludeguards.sh: xmloff
Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r--xmloff/source/chart/MultiPropertySetHandler.hxx4
-rw-r--r--xmloff/source/chart/SchXMLAutoStylePoolP.hxx6
-rw-r--r--xmloff/source/chart/SchXMLAxisContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLCalculationSettingsContext.hxx4
-rw-r--r--xmloff/source/chart/SchXMLChartContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLEnumConverter.hxx6
-rw-r--r--xmloff/source/chart/SchXMLLegendContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLParagraphContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLPlotAreaContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLSeries2Context.hxx6
-rw-r--r--xmloff/source/chart/SchXMLTableContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLTextListContext.hxx6
-rw-r--r--xmloff/source/chart/SchXMLTools.hxx6
-rw-r--r--xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx6
-rw-r--r--xmloff/source/chart/XMLChartPropertyContext.hxx6
-rw-r--r--xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx6
-rw-r--r--xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx6
-rw-r--r--xmloff/source/chart/XMLLabelSeparatorContext.hxx6
-rw-r--r--xmloff/source/chart/XMLSymbolImageContext.hxx6
-rw-r--r--xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx6
-rw-r--r--xmloff/source/chart/XMLTextOrientationHdl.hxx6
-rw-r--r--xmloff/source/chart/contexts.hxx6
-rw-r--r--xmloff/source/chart/transporttypes.hxx6
24 files changed, 70 insertions, 70 deletions
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx
index 53e42c8ded35..81bd079d3cdf 100644
--- a/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MULTI_PROPERTY_SET_HANDLER_HXX
-#define _MULTI_PROPERTY_SET_HANDLER_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_MULTIPROPERTYSETHANDLER_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_MULTIPROPERTYSETHANDLER_HXX
#include <rtl/ustring.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/xmloff/source/chart/SchXMLAutoStylePoolP.hxx b/xmloff/source/chart/SchXMLAutoStylePoolP.hxx
index 4bec37c8360a..bcb7c9675dad 100644
--- a/xmloff/source/chart/SchXMLAutoStylePoolP.hxx
+++ b/xmloff/source/chart/SchXMLAutoStylePoolP.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLAUTOSTYLEPOOLP_HXX_
-#define _SCH_XMLAUTOSTYLEPOOLP_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAUTOSTYLEPOOLP_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAUTOSTYLEPOOLP_HXX
#include <xmloff/xmlaustp.hxx>
@@ -42,6 +42,6 @@ public:
virtual ~SchXMLAutoStylePoolP();
};
-#endif // _SCH_XMLAUTOSTYLEPOOLP_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAUTOSTYLEPOOLP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLAxisContext.hxx b/xmloff/source/chart/SchXMLAxisContext.hxx
index 984598397eed..e112a09dcdfd 100644
--- a/xmloff/source/chart/SchXMLAxisContext.hxx
+++ b/xmloff/source/chart/SchXMLAxisContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLAXISCONTEXT_HXX_
-#define _SCH_XMLAXISCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAXISCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAXISCONTEXT_HXX
#include "SchXMLImport.hxx"
#include "transporttypes.hxx"
@@ -70,6 +70,6 @@ private:
void SetAxisTitle();
};
-#endif // _SCH_XMLAXISCONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLAXISCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx b/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
index 22492eb0e501..2c953cdfc172 100644
--- a/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
+++ b/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_SCHXMLCALCULATIONSETTINGSCONTEXT_HXX
-#define _XMLOFF_SCHXMLCALCULATIONSETTINGSCONTEXT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCALCULATIONSETTINGSCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCALCULATIONSETTINGSCONTEXT_HXX
#include <xmloff/xmlictxt.hxx>
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx
index d16f42a85983..57178f84cc23 100644
--- a/xmloff/source/chart/SchXMLChartContext.hxx
+++ b/xmloff/source/chart/SchXMLChartContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLCHARTCONTEXT_HXX_
-#define _SCH_XMLCHARTCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCHARTCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCHARTCONTEXT_HXX
#include <xmloff/xmlictxt.hxx>
#include <com/sun/star/uno/Sequence.h>
@@ -154,6 +154,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-#endif // _SCH_XMLCHARTCONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLCHARTCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLEnumConverter.hxx b/xmloff/source/chart/SchXMLEnumConverter.hxx
index ee531b5f4fed..b3a5e79c60c0 100644
--- a/xmloff/source/chart/SchXMLEnumConverter.hxx
+++ b/xmloff/source/chart/SchXMLEnumConverter.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XML_CHART_ENUM_CONVERTER_HXX_
-#define _XML_CHART_ENUM_CONVERTER_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLENUMCONVERTER_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLENUMCONVERTER_HXX
#include <xmloff/EnumPropertyHdl.hxx>
@@ -28,6 +28,6 @@ public:
static XMLEnumPropertyHdl& getLegendExpansionConverter();//returns a singleton
};
-#endif // _XML_CHART_ENUM_CONVERTER_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLENUMCONVERTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLLegendContext.hxx b/xmloff/source/chart/SchXMLLegendContext.hxx
index f2f8f383e5d6..4f9d904a7c33 100644
--- a/xmloff/source/chart/SchXMLLegendContext.hxx
+++ b/xmloff/source/chart/SchXMLLegendContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLLEGENDCONTEXT_HXX_
-#define _SCH_XMLLEGENDCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLLEGENDCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLLEGENDCONTEXT_HXX
#include "SchXMLImport.hxx"
@@ -33,6 +33,6 @@ private:
SchXMLImportHelper& mrImportHelper;
};
-#endif // _SCH_XMLLEGENDCONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLLEGENDCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLParagraphContext.hxx b/xmloff/source/chart/SchXMLParagraphContext.hxx
index 8c2b922f60b4..5236b63f73e2 100644
--- a/xmloff/source/chart/SchXMLParagraphContext.hxx
+++ b/xmloff/source/chart/SchXMLParagraphContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLPARAGRAPHCONTEXT_HXX_
-#define _SCH_XMLPARAGRAPHCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLPARAGRAPHCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLPARAGRAPHCONTEXT_HXX
#include <xmloff/xmlictxt.hxx>
#include "rtl/ustring.hxx"
@@ -51,6 +51,6 @@ public:
virtual void Characters( const OUString& rChars );
};
-#endif // _SCH_XMLPARAGRAPHCONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLPARAGRAPHCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.hxx b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
index 692c2443514f..8b4e04286e80 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.hxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLPLOTAREACONTEXT_HXX_
-#define _SCH_XMLPLOTAREACONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLPLOTAREACONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLPLOTAREACONTEXT_HXX
#include "SchXMLImport.hxx"
#include "SchXMLChartContext.hxx"
@@ -269,6 +269,6 @@ private:
tSchXMLLSequencesPerIndex& mrLSequencesPerIndex;
};
-#endif // _SCH_XMLPLOTAREACONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLPLOTAREACONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
index e355449cfce0..f10d9d1d50b6 100644
--- a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
+++ b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLREGRESSIONCURVEOBJECTCONTEXT_HXX_
-#define _SCH_XMLREGRESSIONCURVEOBJECTCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLREGRESSIONCURVEOBJECTCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLREGRESSIONCURVEOBJECTCONTEXT_HXX
#include "SchXMLImport.hxx"
@@ -83,6 +83,6 @@ private:
::com::sun::star::awt::Size maChartSize;
};
-#endif // _SCH_XMLPLOTAREACONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLREGRESSIONCURVEOBJECTCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLSeries2Context.hxx b/xmloff/source/chart/SchXMLSeries2Context.hxx
index 7503bc1131b3..8dbd3f3a7ec3 100644
--- a/xmloff/source/chart/SchXMLSeries2Context.hxx
+++ b/xmloff/source/chart/SchXMLSeries2Context.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XMLOFF_SCHXMLSERIES2CONTEXT_HXX
-#define XMLOFF_SCHXMLSERIES2CONTEXT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLSERIES2CONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLSERIES2CONTEXT_HXX
#include "transporttypes.hxx"
#include "SchXMLChartContext.hxx"
@@ -132,7 +132,7 @@ public:
static void switchSeriesLinesOff( ::std::list< DataRowPointStyle >& rSeriesStyleList );
};
-// XMLOFF_SCHXMLSERIES2CONTEXT_HXX
+// INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLSERIES2CONTEXT_HXX
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx
index 09d2fa7839b9..19993cb56838 100644
--- a/xmloff/source/chart/SchXMLTableContext.hxx
+++ b/xmloff/source/chart/SchXMLTableContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLTABLECONTEXT_HXX_
-#define _SCH_XMLTABLECONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTABLECONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTABLECONTEXT_HXX
#include <xmloff/xmlictxt.hxx>
#include "SchXMLImport.hxx"
@@ -189,6 +189,6 @@ public:
virtual void EndElement();
};
-#endif // _SCH_XMLTABLECONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTABLECONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLTextListContext.hxx b/xmloff/source/chart/SchXMLTextListContext.hxx
index 27089c000040..db45bcb52d62 100644
--- a/xmloff/source/chart/SchXMLTextListContext.hxx
+++ b/xmloff/source/chart/SchXMLTextListContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XMLTEXTLISTCONTEXT_HXX_
-#define _SCH_XMLTEXTLISTCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTEXTLISTCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTEXTLISTCONTEXT_HXX
#include <xmloff/xmlictxt.hxx>
#include "rtl/ustring.hxx"
@@ -47,6 +47,6 @@ private:
std::vector< OUString> m_aTextVector;
};
-#endif // _SCH_XMLTEXTLISTCONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTEXTLISTCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/SchXMLTools.hxx b/xmloff/source/chart/SchXMLTools.hxx
index 4fd373c67231..9c18303666f7 100644
--- a/xmloff/source/chart/SchXMLTools.hxx
+++ b/xmloff/source/chart/SchXMLTools.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SCH_XML_TOOLS_HXX_
-#define SCH_XML_TOOLS_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTOOLS_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTOOLS_HXX
#include <rtl/ustring.hxx>
#include <xmloff/xmltoken.hxx>
@@ -134,6 +134,6 @@ namespace SchXMLTools
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xDestination );
}
-#endif // SCH_XML_TOOLS_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx b/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
index 95787da6627d..228213e92dd0 100644
--- a/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
+++ b/xmloff/source/chart/XMLAxisPositionPropertyHdl.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLAXISPOSITIONPROPERTYHDL_HXX_
-#define _XMLAXISPOSITIONPROPERTYHDL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLAXISPOSITIONPROPERTYHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLAXISPOSITIONPROPERTYHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ private:
bool m_bCrossingValue;
};
-#endif // _XMLAXISPOSITIONPROPERTYHDL_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLAXISPOSITIONPROPERTYHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLChartPropertyContext.hxx b/xmloff/source/chart/XMLChartPropertyContext.hxx
index ab1f07938fb7..28a9657063bf 100644
--- a/xmloff/source/chart/XMLChartPropertyContext.hxx
+++ b/xmloff/source/chart/XMLChartPropertyContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_CHARTPROPERTYCONTEXT_HXX_
-#define _XMLOFF_CHARTPROPERTYCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLCHARTPROPERTYCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLCHARTPROPERTYCONTEXT_HXX
#include <xmloff/xmlprcon.hxx>
@@ -47,6 +47,6 @@ public:
private:
};
-#endif // _XMLOFF_CHARTPROPERTYCONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLCHARTPROPERTYCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx b/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx
index 197bf9ac8e11..34f30362f670 100644
--- a/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx
+++ b/xmloff/source/chart/XMLErrorBarStylePropertyHdl.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLERRORBARSTYLEPROPERTYHDL_HXX_
-#define _XMLERRORBARSTYLEPROPERTYHDL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLERRORBARSTYLEPROPERTYHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLERRORBARSTYLEPROPERTYHDL_HXX
#include <xmloff/EnumPropertyHdl.hxx>
@@ -30,6 +30,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLERRORBARSTYLEPROPERTYHDL_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLERRORBARSTYLEPROPERTYHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
index fb71f5d71b63..9e0a0d402216 100644
--- a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
+++ b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLERRORINDICATORPROPERTYHDL_HXX_
-#define _XMLERRORINDICATORPROPERTYHDL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLERRORINDICATORPROPERTYHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLERRORINDICATORPROPERTYHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -35,6 +35,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLERRORINDICATORPROPERTYHDL_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLERRORINDICATORPROPERTYHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLLabelSeparatorContext.hxx b/xmloff/source/chart/XMLLabelSeparatorContext.hxx
index e2baa0f80e15..0f5a24059f13 100644
--- a/xmloff/source/chart/XMLLabelSeparatorContext.hxx
+++ b/xmloff/source/chart/XMLLabelSeparatorContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XMLOFF_LABELSEPARATORCONTEXT_HXX_
-#define XMLOFF_LABELSEPARATORCONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLLABELSEPARATORCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLLABELSEPARATORCONTEXT_HXX
#include "XMLElementPropertyContext.hxx"
@@ -43,6 +43,6 @@ private:
OUString m_aSeparator;
};
-#endif // _XMLOFF_SYMBOLIMAGECONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLLABELSEPARATORCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLSymbolImageContext.hxx b/xmloff/source/chart/XMLSymbolImageContext.hxx
index 215f6a641352..5b47e64215cf 100644
--- a/xmloff/source/chart/XMLSymbolImageContext.hxx
+++ b/xmloff/source/chart/XMLSymbolImageContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_SYMBOLIMAGECONTEXT_HXX_
-#define _XMLOFF_SYMBOLIMAGECONTEXT_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLSYMBOLIMAGECONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLSYMBOLIMAGECONTEXT_HXX
#include "XMLElementPropertyContext.hxx"
@@ -48,6 +48,6 @@ private:
::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > mxBase64Stream;
};
-#endif // _XMLOFF_SYMBOLIMAGECONTEXT_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLSYMBOLIMAGECONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx b/xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx
index 8fe5618b038b..6c6c088832e4 100644
--- a/xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx
+++ b/xmloff/source/chart/XMLSymbolTypePropertyHdl.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLSYMBOLTYPEPROPERTYHDL_HXX_
-#define _XMLSYMBOLTYPEPROPERTYHDL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLSYMBOLTYPEPROPERTYHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLSYMBOLTYPEPROPERTYHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ private:
bool m_bIsNamedSymbol;
};
-#endif // _XMLSYMBOLTYPEPROPERTYHDL_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLSYMBOLTYPEPROPERTYHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/XMLTextOrientationHdl.hxx b/xmloff/source/chart/XMLTextOrientationHdl.hxx
index 1b21e8eb1dba..f727f0cf73df 100644
--- a/xmloff/source/chart/XMLTextOrientationHdl.hxx
+++ b/xmloff/source/chart/XMLTextOrientationHdl.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLTEXTORIENTATIONHDL_HXX_
-#define _XMLTEXTORIENTATIONHDL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_XMLTEXTORIENTATIONHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_XMLTEXTORIENTATIONHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -35,6 +35,6 @@ public:
const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLTEXTORIENTATIONHDL_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLTEXTORIENTATIONHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx
index b728b4526808..8c090464fe01 100644
--- a/xmloff/source/chart/contexts.hxx
+++ b/xmloff/source/chart/contexts.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XML_CONTEXTS_HXX_
-#define _SCH_XML_CONTEXTS_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
#include "SchXMLImport.hxx"
#include "SchXMLTableContext.hxx"
@@ -95,6 +95,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-#endif // _SCH_XML_CONTEXTS_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 0060154a47ae..7b125395c420 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SCH_XML_TRANSPORTTYPES_HXX_
-#define SCH_XML_TRANSPORTTYPES_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_TRANSPORTTYPES_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_TRANSPORTTYPES_HXX
#include <com/sun/star/chart2/XDataSeries.hpp>
#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp>
@@ -213,6 +213,6 @@ struct DataRowPointStyle
typedef ::std::multimap< OUString, ::com::sun::star::uno::Reference<
::com::sun::star::chart2::data::XDataSequence > > tSchXMLRangeSequenceMap;
-#endif // SCH_XML_TRANSPORTTYPES_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_TRANSPORTTYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */