diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-02-06 16:06:48 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-08 12:31:10 +0000 |
commit | 4c411636d9f3e8be085ca02af6fad448838834b1 (patch) | |
tree | 155932e717fe95d2237c37d18f164fd93c5a50c9 /sfx2/source/appl/appbaslib.cxx | |
parent | 310b65e5e93c500ac5ae3981120809df09230e56 (diff) |
sequence->vector in basic
Change-Id: Ic42f7218bda81effe870d950f666ba7653d60c66
Reviewed-on: https://gerrit.libreoffice.org/22177
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/appl/appbaslib.cxx')
-rw-r--r-- | sfx2/source/appl/appbaslib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appbaslib.cxx b/sfx2/source/appl/appbaslib.cxx index 78e0def08b49..a49aa7d46c70 100644 --- a/sfx2/source/appl/appbaslib.cxx +++ b/sfx2/source/appl/appbaslib.cxx @@ -156,7 +156,7 @@ void SfxBasicManagerHolder::impl_releaseContainers() mxDialogContainer.clear(); } -bool SfxBasicManagerHolder::LegacyPsswdBinaryLimitExceeded( Sequence< OUString >& sModules ) +bool SfxBasicManagerHolder::LegacyPsswdBinaryLimitExceeded( std::vector< OUString >& sModules ) { #if !HAVE_FEATURE_SCRIPTING (void) sModules; |