[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 11 07:44:09 UTC 2020
sc/source/ui/navipi/content.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9ccdb01d73cb1f57aa11f72256ced5ad894c178c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Mar 10 23:15:09 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Mar 11 08:43:37 2020 +0100
Fix typo
Change-Id: I0eaddcdcd41327a40559ec943d5c744b7e4c5387
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90310
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index 48b95d965767..b3f3a8110946 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -1140,7 +1140,7 @@ static bool lcl_DoDragObject( ScDocShell* pSrcShell, const OUString& rName, ScCo
// tdf125520 this is a D&D-start potentially with an OLE object. If
// so, we need to do similar as e.g. in ScDrawView::BeginDrag so that
// the temporary SdrModel for transfer does have a GetPersist() so
- // that the EmbeddedObjectContainer gets copied. We noeed no CheckOle
+ // that the EmbeddedObjectContainer gets copied. We need no CheckOle
// here, test is simpler.
ScDocShellRef aDragShellRef;
if(OBJ_OLE2 == pObject->GetObjIdentifier())
More information about the Libreoffice-commits
mailing list