summaryrefslogtreecommitdiff
path: root/include/linguistic/spelldta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/spelldta.hxx')
-rw-r--r--include/linguistic/spelldta.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx
index 5475afc9c5c3..2e3e6c08aadc 100644
--- a/include/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
@@ -37,14 +37,14 @@ namespace com { namespace sun { namespace star {
namespace linguistic
{
-css::uno::Sequence< OUString >
+std::vector< OUString >
MergeProposalSeqs(
- css::uno::Sequence< OUString > &rAlt1,
- css::uno::Sequence< OUString > &rAlt2,
+ std::vector< OUString > &rAlt1,
+ std::vector< OUString > &rAlt2,
bool bAllowDuplicates );
void SeqRemoveNegEntries(
- css::uno::Sequence< OUString > &rSeq,
+ std::vector< OUString > &rSeq,
css::uno::Reference< css::linguistic2::XSearchableDictionaryList > &rxDicList,
sal_Int16 nLanguage );