summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh5.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-04-10 09:30:45 +0000
committerNiklas Nebel <nn@openoffice.org>2002-04-10 09:30:45 +0000
commitfd811b98e9d14134e6dcfb1b27af000b32fdc827 (patch)
tree1462af0a8b9baff7fea8d17eec3c82918abbd652 /sc/source/ui/view/tabvwsh5.cxx
parent9ed1b81a5daa996cc05f7ed8e51ff5e893d35c07 (diff)
#97777# show note marker by keyboard
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh5.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx
index 26b92271daac..2e9a38dcccdb 100644
--- a/sc/source/ui/view/tabvwsh5.cxx
+++ b/sc/source/ui/view/tabvwsh5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwsh5.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-11-29 18:01:16 $
+ * last change: $Author: nn $ $Date: 2002-04-10 10:30:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -217,6 +217,8 @@ void __EXPORT ScTabViewShell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBC
if (nParts & PAINT_INVERT)
InvertBlockMark( pHint->GetStartCol(), pHint->GetStartRow(),
pHint->GetEndCol(), pHint->GetEndRow() );
+
+ HideNoteMarker();
}
}
else if (rHint.ISA(ScEditViewHint)) // Edit-View anlegen
@@ -235,6 +237,8 @@ void __EXPORT ScTabViewShell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBC
// if (pDoc->IsSelectionOrBlockEditable( nTab, nCol,nRow, nCol,nRow ))
#endif
{
+ HideNoteMarker();
+
MakeEditView( pHint->GetEngine(), nCol, nRow );
StopEditShell(); // sollte nicht gesetzt sein