svx/source/svdraw/svdxcgv.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 39e2994b8275e4bf4c5ffff85e99d13dd69b2165
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 4 22:13:53 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 5 09:15:29 2020 +0100

    Fix typo
    
    Change-Id: I27f8bf818d130a17f459c86e74df05e9ed3b0d1b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90003
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index 4ba25a6c1265..c3fccab27d74 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -738,9 +738,9 @@ std::unique_ptr<SdrModel> 
SdrExchangeView::CreateMarkedObjModel() const
             if (pObj->GetObjIdentifier() == OBJ_OLE2)
             {
                 // tdf#125520 - temp SdrModel will need a 
comphelper::IEmbeddedHelper
-                // to succesfully clone the OLE content,  use the one from 
source model
+                // to successfully clone the OLE content,  use the one from 
source model
                 // in the temporary SdrModel - it gets not deleted in SdrModel 
destructor.
-                // As long as the temporary SdrModel is used temprary (and 
does NOT get
+                // As long as the temporary SdrModel is used temporarily (and 
does NOT get
                 // extended to a full document) this *should* work. There stay 
some
                 // concerns about what may happen in BG and if saved/loaded 
from clipboard,
                 // so this *might* need to be enhanced in the future.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to