summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-11-14 14:25:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-11-14 14:25:26 +0000
commiteee86b3801bc21accab5ec7cae33f5d2a5b7c668 (patch)
tree67d393e6986e58f2183be9248624dc8756c20fd7
parent2d13ebb91e3e27636d9c71fe8dc86cc38c6e2ea0 (diff)
#65293#: removed COMMAND_EXTTEXTINPUTPOS
-rw-r--r--sc/source/ui/view/gridwin.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 9ef7c0dd2bfd..3362d0b05547 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gridwin.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2000-10-10 13:05:15 $
+ * last change: $Author: hr $ $Date: 2000-11-14 15:25:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2101,8 +2101,7 @@ void __EXPORT ScGridWindow::Command( const CommandEvent& rCEvt )
if ( rCEvt.GetCommand() == COMMAND_STARTEXTTEXTINPUT ||
rCEvt.GetCommand() == COMMAND_ENDEXTTEXTINPUT ||
- rCEvt.GetCommand() == COMMAND_EXTTEXTINPUT ||
- rCEvt.GetCommand() == COMMAND_EXTTEXTINPUTPOS )
+ rCEvt.GetCommand() == COMMAND_EXTTEXTINPUT )
{
BOOL bEditView = pViewData->HasEditView( eWhich );
if (!bEditView)