summaryrefslogtreecommitdiff
path: root/chart2/source/inc/InternalData.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 15:41:46 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:41 +0200
commite7d3fa58047c44bd3641973c065d1af9c2ac1fa0 (patch)
tree232ce3646e31dcd3fc9c18ccb372160b29e67676 /chart2/source/inc/InternalData.hxx
parent29a4b74caca601d10c15d58aa5df5166ec3e517c (diff)
loplugin:passstuffbyref in chart2
Change-Id: Id14015b1a02047c4d2e9d4ed4a9edfd0cb409c59
Diffstat (limited to 'chart2/source/inc/InternalData.hxx')
-rw-r--r--chart2/source/inc/InternalData.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/InternalData.hxx b/chart2/source/inc/InternalData.hxx
index 26ec9fc40e67..9a7eb3587045 100644
--- a/chart2/source/inc/InternalData.hxx
+++ b/chart2/source/inc/InternalData.hxx
@@ -68,9 +68,9 @@ public:
typedef ::std::vector< ::std::vector< css::uno::Any > > tVecVecAny; //inner index is hierarchical level
void setComplexRowLabels( const tVecVecAny& rNewRowLabels );
- tVecVecAny getComplexRowLabels() const;
+ const tVecVecAny& getComplexRowLabels() const;
void setComplexColumnLabels( const tVecVecAny& rNewColumnLabels );
- tVecVecAny getComplexColumnLabels() const;
+ const tVecVecAny& getComplexColumnLabels() const;
void dump() const;