summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index c1dc616f43dd..ac5ddec2e46a 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -1431,7 +1431,7 @@ void ScModule::InputChanged( EditView* pView )
{
ScInputHandler* pHdl = GetInputHdl();
if (pHdl)
- pHdl->InputChanged( pView );
+ pHdl->InputChanged( pView, false );
}
void ScModule::ViewShellGone( ScTabViewShell* pViewSh )