app-office/libreoffice: поправлен патч для 7.2

master
Alexander Tratsevskiy 3 years ago
parent 5080336bba
commit 138b8fe9ea

@ -1,4 +1,4 @@
# Calculate format=diff
# Calculate format=diff merge(app-office/libreoffice)<7.2
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx
index dc682c5..226e090 100644
--- a/sc/source/ui/view/cellsh4.cxx

@ -0,0 +1,15 @@
# Calculate format=diff merge(app-office/libreoffice)>=7.2
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx
index 13d6993..682ee7e 100644
--- a/sc/source/ui/view/cellsh4.cxx
+++ b/sc/source/ui/view/cellsh4.cxx
@@ -121,9 +121,6 @@ void ScCellShell::ExecuteCursor( SfxRequest& rReq )
// If ScrollLock key is active, cell cursor stays on the current cell while
// scrolling the grid.
bool bScrollLock = false;
- KeyIndicatorState eState = pFrameWin->GetIndicatorState();
- if (eState & KeyIndicatorState::SCROLLLOCK)
- bScrollLock = true;
//OS: once for all should do, however!
pTabViewShell->ExecuteInputDirect();
Loading…
Cancel
Save