diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-23 18:47:10 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-24 16:44:31 +0100 |
commit | 85643ad3b66ee057a6d620d6284a2b1b19de8dc8 (patch) | |
tree | c86f6330310039bcc69ac518d486d27186de0651 /sc | |
parent | fa2a43c29051b1bdcd0aef2e9cebfd206a4448ce (diff) |
Fix typos
Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b
Reviewed-on: https://gerrit.libreoffice.org/50260
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/drawview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<ScClient*>( 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 } |