embeddedobj/source/msole/olecomponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cbe9516536615c5b5896682815f83931cc085af3 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Mar 31 22:23:33 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Apr 1 09:04:28 2019 +0200 Fix typo Change-Id: Ic73d7ad86787defee6cfdb860a9c7d7b8926cbbc Reviewed-on: https://gerrit.libreoffice.org/70020 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx index f1511d696f7b..2fa50bd452e0 100644 --- a/embeddedobj/source/msole/olecomponent.cxx +++ b/embeddedobj/source/msole/olecomponent.cxx @@ -1519,7 +1519,7 @@ uno::Any SAL_CALL OleComponent::getTransferData( const datatransfer::DataFlavor& // The following optimization does not make much sense currently just because // only one aspect is supported, and only three formats for the aspect are supported - // and moreover it is not guarantied that the once returned format will be supported further + // and moreover it is not guaranteed that the once returned format will be supported further // example - i52106 // TODO/LATER: bring the optimization back when other aspects are supported _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
