summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/converterbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/converterbase.hxx')
-rw-r--r--include/oox/drawingml/chart/converterbase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/drawingml/chart/converterbase.hxx b/include/oox/drawingml/chart/converterbase.hxx
index f16950f85564..e58eb9df3456 100644
--- a/include/oox/drawingml/chart/converterbase.hxx
+++ b/include/oox/drawingml/chart/converterbase.hxx
@@ -44,7 +44,7 @@ class ChartConverter;
struct ChartSpaceModel;
struct ConverterData;
-// ============================================================================
+
const sal_Int32 API_PRIM_AXESSET = 0;
const sal_Int32 API_SECN_AXESSET = 1;
@@ -53,7 +53,7 @@ const sal_Int32 API_X_AXIS = 0;
const sal_Int32 API_Y_AXIS = 1;
const sal_Int32 API_Z_AXIS = 2;
-// ============================================================================
+
class ConverterRoot
{
@@ -98,7 +98,7 @@ private:
::boost::shared_ptr< ConverterData > mxData;
};
-// ============================================================================
+
/** Base class of all converter classes. Holds a reference to a model structure
of the specified type.
@@ -118,7 +118,7 @@ protected:
ModelType& mrModel;
};
-// ============================================================================
+
/** A layout converter calculates positions and sizes for various chart objects.
*/
@@ -144,7 +144,7 @@ public:
bool getAutoLayout(){return mrModel.mbAutoLayout;}
};
-// ============================================================================
+
} // namespace chart
} // namespace drawingml