diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-05-31 06:42:00 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-05-31 06:42:00 +0000 |
commit | 4dfd1029fd0679fa557be5afd8b7a70b0187350e (patch) | |
tree | 06212dd9ad84c7bfdc7b952eb89a2842e84e8851 /sc | |
parent | a7ddbeb36bbea7deb60f8036f5f3686c3456f353 (diff) |
#95584#; notify change to editmode
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabview3.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index f6fc51467ac4..762449326695 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabview3.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: nn $ $Date: 2002-04-10 10:30:45 $ + * last change: $Author: sab $ $Date: 2002-05-31 07:42:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1693,6 +1693,9 @@ void ScTabView::MakeEditView( ScEditEngineDefaulter* pEngine, USHORT nCol, USHOR aViewData.SetEditEngine( (ScSplitPos) i, pEngine, pGridWin[i], nCol, nRow ); } } + + if (aViewData.GetViewShell()->HasAccessibilityObjects()) + aViewData.GetViewShell()->BroadcastAccessibility(SfxSimpleHint(SC_HINT_ACC_EDITMODE)); } void ScTabView::UpdateEditView() |