summaryrefslogtreecommitdiffstats
path: root/include/oox/drawingml/chart/chartcontextbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/chartcontextbase.hxx')
-rw-r--r--include/oox/drawingml/chart/chartcontextbase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/drawingml/chart/chartcontextbase.hxx b/include/oox/drawingml/chart/chartcontextbase.hxx
index 057f133a5cdd..5c5b3b6d52f0 100644
--- a/include/oox/drawingml/chart/chartcontextbase.hxx
+++ b/include/oox/drawingml/chart/chartcontextbase.hxx
@@ -28,7 +28,7 @@ namespace oox {
namespace drawingml {
namespace chart {
-// ============================================================================
+
template< typename ModelType >
class ContextBase : public ::oox::core::ContextHandler2
@@ -42,7 +42,7 @@ protected:
ModelType& mrModel;
};
-// ============================================================================
+
template< typename ModelType >
class FragmentBase : public ::oox::core::FragmentHandler2
@@ -56,7 +56,7 @@ protected:
ModelType& mrModel;
};
-// ============================================================================
+
/** Help class for all contexts that have only the c:spPr child element.
*/
@@ -69,7 +69,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
struct LayoutModel;
@@ -84,7 +84,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml