summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputhdl.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-13 16:04:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-13 16:04:03 +0000
commit22bbaee928ec4a6986b57ef41cdafa4a84ad4d02 (patch)
tree2f75421aee249ba6a0ae93ea6154eab158f9cdb6 /sc/source/ui/inc/inputhdl.hxx
parent25a0f03cab2d36f6edd242d97e5fac352f4a6a2e (diff)
INTEGRATION: CWS dr43 (1.13.42); FILE MERGED
2005/11/23 13:09:27 nn 1.13.42.1: #125841# StopInputWinEngine public
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r--sc/source/ui/inc/inputhdl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index c62a631ce7cb..1ead82b25d6a 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inputhdl.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:33:37 $
+ * last change: $Author: rt $ $Date: 2006-01-13 17:04:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -165,7 +165,6 @@ private:
void AutoParAdded();
BOOL CursorAtClosingPar();
void SkipClosingPar();
- void StopInputWinEngine( BOOL bAll );
DECL_LINK( ModifyHdl, void* );
#endif
@@ -243,6 +242,7 @@ public:
BOOL IsFormulaMode() const { return bFormulaMode; }
ScInputWindow* GetInputWindow() { return pInputWin; }
void SetInputWindow( ScInputWindow* pNew ) { pInputWin = pNew; }
+ void StopInputWinEngine( BOOL bAll );
BOOL IsInEnterHandler() const { return bInEnterHandler; }
BOOL IsInOwnChange() const { return bInOwnChange; }