summaryrefslogtreecommitdiff
path: root/sc/inc/charthelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-03-08 20:41:21 +0200
committerEike Rathke <erack@redhat.com>2016-04-01 13:09:21 +0000
commit86e9ef21a06a9babefb778dfc3e02118d371d70d (patch)
treec50d16cba15bc8a138f803f0a29129b864baa51d /sc/inc/charthelper.hxx
parent29da3a4a71b964df0a9337a9d554a8b94c484635 (diff)
sequence->vector in sc
Change-Id: I23edfbacb9ad0fb11ac8e6f789a73367f043eeda Reviewed-on: https://gerrit.libreoffice.org/23697 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/charthelper.hxx')
-rw-r--r--sc/inc/charthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx
index 2b77c03e78e9..000e6af6e110 100644
--- a/sc/inc/charthelper.hxx
+++ b/sc/inc/charthelper.hxx
@@ -42,7 +42,7 @@ public:
static void UpdateChartsOnDestinationPage( ScDocument* pDestDoc, const SCTAB nDestTab );
static css::uno::Reference< css::chart2::XChartDocument > GetChartFromSdrObject( SdrObject* pObject );
static void GetChartRanges( const css::uno::Reference< css::chart2::XChartDocument >& xChartDoc,
- css::uno::Sequence< OUString >& rRanges );
+ std::vector< OUString >& rRanges );
static void SetChartRanges( const css::uno::Reference< css::chart2::XChartDocument >& xChartDoc,
const css::uno::Sequence< OUString >& rRanges );