Fix typo
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:
parent
36c456b2df
commit
9eac1d0403
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue