From 85643ad3b66ee057a6d620d6284a2b1b19de8dc8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 23 Feb 2018 18:47:10 +0100 Subject: Fix typos Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b Reviewed-on: https://gerrit.libreoffice.org/50260 Reviewed-by: Michael Stahl Tested-by: Jenkins --- sc/source/ui/view/drawview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index f797f4ed1c13..30c934de4951 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -373,7 +373,7 @@ void ScDrawView::MarkListHasChanged() ScClient* pClient = static_cast( pViewSh->GetIPClient() ); if ( pClient && pClient->IsObjectInPlaceActive() && !bUnoRefDialog ) { - // do not display the handles fot ViewShell::Activate from the Reset2Open + // do not display the handles for ViewShell::Activate from the Reset2Open pClient->DeactivateObject(); // replacing image ole graphics is now done in ScClient::UIActivate } -- cgit