summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-10-18 11:31:28 +0000
committerSascha Ballach <sab@openoffice.org>2002-10-18 11:31:28 +0000
commitb4e1effeee98949b2abb7484231454cb5e2bbee6 (patch)
tree2f44b019dc9f5c682c1d7d732d46fff0cb4d5c49 /sc/source/ui/view/viewdata.cxx
parenta989ff93f4a9a78e9c6d76563fcd27b833aa9c96 (diff)
#103934#; give possibility to decide whether to end edit mode or not while UpdateInputHandler
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 16541855784c..094b41286a98 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewdata.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: nn $ $Date: 2002-10-16 16:28:03 $
+ * last change: $Author: sab $ $Date: 2002-10-18 12:30:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2509,10 +2509,10 @@ Point ScViewData::GetMousePosPixel()
return pView->GetMousePosPixel();
}
-void ScViewData::UpdateInputHandler( BOOL bForce )
+void ScViewData::UpdateInputHandler( BOOL bForce, BOOL bStopEditing )
{
if (pViewShell)
- pViewShell->UpdateInputHandler( bForce );
+ pViewShell->UpdateInputHandler( bForce, bStopEditing );
}
BOOL ScViewData::IsOle()