summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r--sc/source/ui/inc/inputhdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index 562955b9e4af..7ea15d724a15 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -180,7 +180,7 @@ public:
bool GetTextAndFields( ScEditEngineDefaulter& rDestEngine );
- bool KeyInput( const KeyEvent& rKEvt, bool bStartEdit = false );
+ bool KeyInput( const KeyEvent& rKEvt, bool bStartEdit );
void EnterHandler( ScEnterMode nBlockMode = ScEnterMode::NORMAL );
void CancelHandler();
void SetReference( const ScRange& rRef, ScDocument* pDoc );
@@ -192,7 +192,7 @@ public:
void ClearText();
void InputSelection( EditView* pView );
- void InputChanged( EditView* pView, bool bFromNotify = false );
+ void InputChanged( EditView* pView, bool bFromNotify );
void ViewShellGone(ScTabViewShell* pViewSh);
void SetRefViewShell(ScTabViewShell* pRefVsh) {pRefViewSh=pRefVsh;}