summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputwin.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-10-24 16:17:42 +0000
committerNiklas Nebel <nn@openoffice.org>2002-10-24 16:17:42 +0000
commita6654b0decc5474830146a93e4d320b62fa331f9 (patch)
tree27d055420967fc9aa6db4e044374b03684a38e9e /sc/source/ui/app/inputwin.cxx
parent909ee3abe000d2027a594cda6832c8fa154cef15 (diff)
#90956# in InputWin ctor don't use ref InputHandler, IsVisible from ChildWindow
Diffstat (limited to 'sc/source/ui/app/inputwin.cxx')
-rw-r--r--sc/source/ui/app/inputwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 53c43f96e..3a11c1009 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inputwin.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: sab $ $Date: 2002-10-22 15:36:32 $
+ * last change: $Author: nn $ $Date: 2002-10-24 17:17:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,7 +215,7 @@ ScInputWindow::ScInputWindow( Window* pParent, SfxBindings* pBind ) :
aWndPos .Show();
aTextWindow .Show();
- pInputHdl = SC_MOD()->GetInputHdl();
+ pInputHdl = SC_MOD()->GetInputHdl( NULL, FALSE ); // use own handler even if ref-handler is set
if (pInputHdl)
pInputHdl->SetInputWindow( this );