diff options
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 47f14003e8df..7b14b41fa7e8 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -2504,6 +2504,10 @@ bool ScPosWnd::Notify( NotifyEvent& rNEvt ) ReleaseFocus_Impl(); } break; + + default: + bHandled = false; + break; } } break; |