[Libreoffice-commits] core.git: embeddedobj/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 1 07:04:54 UTC 2019


 embeddedobj/source/msole/olecomponent.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbe9516536615c5b5896682815f83931cc085af3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 31 22:23:33 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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
 


More information about the Libreoffice-commits mailing list