Change-Id: I01253631be946fa4d113bb09e0ccb1945ef2ac18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88328
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2020-02-09 11:10:35 +01:00 committed by Julien Nabet
parent 36c456b2df
commit 9eac1d0403

View file

@ -77,7 +77,7 @@ protected:
* a collection of Uri binding.
*
* the m_vUris is used to hold the Uri strings, and the m_vXInputStreams is used
* to hold corresponding binded XInputStream interface.
* to hold corresponding bound XInputStream interface.
*/
std::vector< OUString > m_vUris;
std::vector< css::uno::Reference< css::io::XInputStream > > m_vXInputStreams;