summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.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/inc/scabstdlg.hxx
parentsd lok bccu#1525: Unit test for the fix. (diff)
downloadcore-374b69716dcf83dbbc1e240eb02e5101d9b6a983.tar.gz
core-374b69716dcf83dbbc1e240eb02e5101d9b6a983.zip
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/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 8b46a097edf0..b59142bc4081 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -351,7 +351,7 @@ public:
bool bEnableExternal) = 0;
virtual AbstractScDataPilotServiceDlg * CreateScDataPilotServiceDlg( vcl::Window* pParent,
- const css::uno::Sequence<OUString>& rServices,
+ const std::vector<OUString>& rServices,
int nId ) = 0;
virtual AbstractScDeleteCellDlg * CreateScDeleteCellDlg(vcl::Window* pParent, bool bDisallowCellMove = false) = 0 ;