From 9ccdb01d73cb1f57aa11f72256ced5ad894c178c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 10 Mar 2020 23:15:09 +0100 Subject: Fix typo Change-Id: I0eaddcdcd41327a40559ec943d5c744b7e4c5387 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90310 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/source/ui/navipi/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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()) -- cgit