summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dapitype.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-03-08 20:33:57 +0200
committerEike Rathke <erack@redhat.com>2016-03-31 15:18:55 +0000
commit374b69716dcf83dbbc1e240eb02e5101d9b6a983 (patch)
tree7125117499905f484d603ad84a23577ab21ae4ed /sc/source/ui/inc/dapitype.hxx
parent8c32ffd59aef2c7b319d64c310e7d0a46dbb9e2c (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/source/ui/inc/dapitype.hxx')
-rw-r--r--sc/source/ui/inc/dapitype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/dapitype.hxx b/sc/source/ui/inc/dapitype.hxx
index 2855769e898e..e6b2eec67a9b 100644
--- a/sc/source/ui/inc/dapitype.hxx
+++ b/sc/source/ui/inc/dapitype.hxx
@@ -61,7 +61,7 @@ private:
public:
ScDataPilotServiceDlg( vcl::Window* pParent,
- const css::uno::Sequence<OUString>& rServices );
+ const std::vector<OUString>& rServices );
virtual ~ScDataPilotServiceDlg();
virtual void dispose() override;