summaryrefslogtreecommitdiff
path: root/include/oox/export/chartexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/chartexport.hxx')
-rw-r--r--include/oox/export/chartexport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 9deb8ff95bf7..b974fc4c1ac7 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -78,9 +78,9 @@ enum AxesType
};
struct AxisIdPair{
- AxesType nAxisType;
- sal_Int32 nAxisId;
- sal_Int32 nCrossAx;
+ AxesType const nAxisType;
+ sal_Int32 const nAxisId;
+ sal_Int32 const nCrossAx;
AxisIdPair(AxesType nType, sal_Int32 nId, sal_Int32 nAx)
: nAxisType(nType)
@@ -96,7 +96,7 @@ public:
typedef ::std::vector< AxisIdPair > AxisVector;
private:
- sal_Int32 mnXmlNamespace;
+ sal_Int32 const mnXmlNamespace;
sal_Int32 mnSeriesCount;
css::uno::Reference< css::frame::XModel > mxChartModel;
css::uno::Reference< css::chart::XDiagram > mxDiagram;