summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/main/Axis.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx
index 10334a6e92cc..7fb1ce385dee 100644
--- a/chart2/source/model/main/Axis.cxx
+++ b/chart2/source/model/main/Axis.cxx
@@ -309,10 +309,9 @@ struct StaticAxisInfo : public rtl::StaticAggregate< uno::Reference< beans::XPro
};
typedef uno::Reference< beans::XPropertySet > lcl_tSubGridType;
-typedef uno::Sequence< lcl_tSubGridType > lcl_tSubGridSeq;
void lcl_CloneSubGrids(
- const lcl_tSubGridSeq & rSource, lcl_tSubGridSeq & rDestination )
+ const uno::Sequence< lcl_tSubGridType > & rSource, uno::Sequence< lcl_tSubGridType > & rDestination )
{
const lcl_tSubGridType * pBegin = rSource.getConstArray();
const lcl_tSubGridType * pEnd = pBegin + rSource.getLength();