diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-10 23:15:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-11 08:43:37 +0100 |
commit | 9ccdb01d73cb1f57aa11f72256ced5ad894c178c (patch) | |
tree | b3d32a2117e0a15302250811dcbead613d09d23d /sc | |
parent | 116cadb5d2582532c69677a2f8499e8e9b7b9b80 (diff) |
Fix typo
Change-Id: I0eaddcdcd41327a40559ec943d5c744b7e4c5387
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90310
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/navipi/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |