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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 5 08:16:08 UTC 2020


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

New commits:
commit 39e2994b8275e4bf4c5ffff85e99d13dd69b2165
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Mar 4 22:13:53 2020 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at 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.


More information about the Libreoffice-commits mailing list