diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-31 22:23:33 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-01 09:04:28 +0200 |
commit | cbe9516536615c5b5896682815f83931cc085af3 (patch) | |
tree | 1c2cf04ec0d8f144d2fbbd81d1969daef57c4fd1 /embeddedobj/source | |
parent | c2f121842edcfba060c46343d78d4ef4c28b6249 (diff) |
Fix typo
Change-Id: Ic73d7ad86787defee6cfdb860a9c7d7b8926cbbc
Reviewed-on: https://gerrit.libreoffice.org/70020
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'embeddedobj/source')
-rw-r--r-- | embeddedobj/source/msole/olecomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |