summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-05 13:37:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-05 13:37:48 +0000
commitebdb958513feb89dd5121f35196638241c4c3567 (patch)
treee48dee33e698178aa3fd93ab7b86126846f70d68
parent0ad5e81ed6efd857aab3bc1862078d705f34df25 (diff)
INTEGRATION: CWS geordi2q08 (1.10.284); FILE MERGED
2003/10/31 16:25:25 rt 1.10.284.1: #111934#: join CWS calc19
-rw-r--r--sc/source/ui/inc/inputhdl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index dcd5a21c4..92ecd6c02 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inputhdl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: nn $ $Date: 2002-11-21 14:59:44 $
+ * last change: $Author: hr $ $Date: 2003-11-05 14:37:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -218,7 +218,7 @@ public:
void ClearText();
void InputSelection( EditView* pView );
- void InputChanged( EditView* pView );
+ void InputChanged( EditView* pView, BOOL bFromNotify = FALSE );
void ViewShellGone(ScTabViewShell* pViewSh);
void SetRefViewShell(ScTabViewShell* pRefVsh) {pRefViewSh=pRefVsh;}
@@ -241,7 +241,7 @@ public:
EditView* GetTopView() { return pTopView; }
BOOL DataChanging( sal_Unicode cTyped = 0, BOOL bFromCommand = FALSE );
- void DataChanged();
+ void DataChanged( BOOL bFromTopNotify = FALSE );
BOOL TakesReturn() const { return ( nTipVisible != 0 ); }