diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-11-02 22:46:22 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-03 07:14:22 +0100 |
commit | b80403167935550a4dd97f31b79d2bdcb97e4e88 (patch) | |
tree | 4cb7098e5ff3300f72b3675239d9e794dbac36fe /ucb/source/ucp/tdoc | |
parent | 42bfbc216474b4f60d5a5e52a88d95baded5191c (diff) |
Replace lists by vector or deque in ucb/ucbhelper
Change-Id: I9f72d7c8ab48f8dc2eec779db2f40531a33db6f9
Reviewed-on: https://gerrit.libreoffice.org/44238
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb/source/ucp/tdoc')
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_content.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.hxx b/ucb/source/ucp/tdoc/tdoc_content.hxx index baa47bb37fba..cf1032a514da 100644 --- a/ucb/source/ucp/tdoc/tdoc_content.hxx +++ b/ucb/source/ucp/tdoc/tdoc_content.hxx @@ -133,7 +133,7 @@ private: makeNewIdentifier( const OUString& rTitle ); typedef rtl::Reference< Content > ContentRef; - typedef std::list< ContentRef > ContentRefList; + typedef std::vector< ContentRef > ContentRefList; void queryChildren( ContentRefList& rChildren ); bool exchangeIdentity( |