diff options
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r-- | idl/inc/database.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 65ef714d939b..6b3904b55c1a 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -70,7 +70,7 @@ class SvIdlDataBase OUString aExportFile; sal_uInt32 nUniqueId; sal_uInt32 nVerbosity; - StringList aIdFileList; + std::vector<OUString> aIdFileList; std::unique_ptr<SvStringHashTable> pIdTable; SvRefMemberList<SvMetaType *> aTypeList; |