summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-02-23 19:41:53 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-01 07:33:32 +0000
commit46b4634de93bdda2a8427c6c545dc6160d5201d0 (patch)
tree4c6245229f65d9a96bbc7f098767b392e86629ae /linguistic/source/dicimp.hxx
parent9f6e6fabcd5718e0b65437c5ce398e520f47aae1 (diff)
sequence->vector in linguistic
Change-Id: I28ed0b4bb2a140493fca693807011b91b3569986 Reviewed-on: https://gerrit.libreoffice.org/23695 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 321a47bbcf28..e1bf14609d6d 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -43,13 +43,12 @@ class DictionaryNeo :
>
{
- ::comphelper::OInterfaceContainerHelper2 aDicEvtListeners;
- css::uno::Sequence< css::uno::Reference< css::linguistic2::XDictionaryEntry > >
+ ::comphelper::OInterfaceContainerHelper2 aDicEvtListeners;
+ std::vector< css::uno::Reference< css::linguistic2::XDictionaryEntry > >
aEntries;
OUString aDicName;
OUString aMainURL;
css::linguistic2::DictionaryType eDicType;
- sal_Int16 nCount;
sal_Int16 nLanguage;
sal_Int16 nDicVersion;
bool bNeedEntries;