diff options
Diffstat (limited to 'ucb/source/ucp/webdav-neon/webdavcontent.hxx')
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.hxx b/ucb/source/ucp/webdav-neon/webdavcontent.hxx index 571dec7b2fa6..4eb700d91d36 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.hxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.hxx @@ -136,7 +136,7 @@ private: const css::uno::Reference< css::ucb::XCommandEnvironment >& xEnv ); typedef rtl::Reference< Content > ContentRef; - typedef std::list< ContentRef > ContentRefList; + typedef std::vector< ContentRef > ContentRefList; void queryChildren( ContentRefList& rChildren); bool |