diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-30 13:23:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-30 13:49:22 +0200 |
commit | 5718138c7fbc863f986146de5bbc8e79f854829c (patch) | |
tree | e6666ae10f37e885699262e7d40cb46c35c8c76c | |
parent | 5fc793d0be167eb8b9fdbeee7dfe08bfa26bdd7f (diff) |
WaE: unused variable
-rw-r--r-- | sc/source/ui/app/inputhdl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 21ce6d5f6..329bf960b 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -3577,8 +3577,6 @@ void ScInputHandler::InputSelection( EditView* pView ) void ScInputHandler::InputChanged( EditView* pView, sal_Bool bFromNotify ) { - ESelection aSelection = pView->GetSelection(); - UpdateActiveView(); // #i20282# DataChanged needs to know if this is from the input line's modify handler |