summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/axiscontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/axiscontext.hxx')
-rw-r--r--include/oox/drawingml/chart/axiscontext.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/oox/drawingml/chart/axiscontext.hxx b/include/oox/drawingml/chart/axiscontext.hxx
index 3b996592e46f..08ba65860075 100644
--- a/include/oox/drawingml/chart/axiscontext.hxx
+++ b/include/oox/drawingml/chart/axiscontext.hxx
@@ -26,7 +26,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
struct AxisDispUnitsModel;
@@ -41,7 +41,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct AxisModel;
@@ -57,7 +57,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a category axis context (c:catAx element).
*/
@@ -70,7 +70,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a date axis context (c:dateAx element).
*/
@@ -83,7 +83,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a series axis context (c:serAx element).
*/
@@ -96,7 +96,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
/** Handler for a value axis context (c:valAx element).
*/
@@ -109,7 +109,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml