diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-03-08 20:33:57 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-03-31 15:18:55 +0000 |
commit | 374b69716dcf83dbbc1e240eb02e5101d9b6a983 (patch) | |
tree | 7125117499905f484d603ad84a23577ab21ae4ed /sc/inc/dpobject.hxx | |
parent | 8c32ffd59aef2c7b319d64c310e7d0a46dbb9e2c (diff) |
sequence->vector in sc
Change-Id: I3edf08fe5db798dbc1190db375cfb82c5b9bc5da
Reviewed-on: https://gerrit.libreoffice.org/23696
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 4ecdd8f3faf3..5876bd930dbc 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -235,7 +235,7 @@ public: bool SyncAllDimensionMembers(); static bool HasRegisteredSources(); - static css::uno::Sequence<OUString> GetRegisteredSources(); + static std::vector<OUString> GetRegisteredSources(); static css::uno::Reference<css::sheet::XDimensionsSupplier> CreateSource( const ScDPServiceDesc& rDesc ); |