summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-02-14 15:54:20 +0000
committerSascha Ballach <sab@openoffice.org>2002-02-14 15:54:20 +0000
commit5cd1b592821d6870376f44aedfb527db07fd07d0 (patch)
tree20cb0e1a06e9f1ea18805d127440ec28fed96c5c /sc/source/ui/view/tabview5.cxx
parent6c0e8d78a0ff4b6f79fe60b45ecdb7cdf7899efb (diff)
#95584#; call Broadcaster for Accessibility objects
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index 54bba460717a..631f37df6c19 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabview5.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-10-02 18:41:42 $
+ * last change: $Author: sab $ $Date: 2002-02-14 16:54:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,6 +93,7 @@
#include "fusel.hxx" // Start-Function
#include "seltrans.hxx"
#include "scmod.hxx"
+#include "AccessibilityHints.hxx"
// STATIC DATA -----------------------------------------------------------
@@ -320,6 +321,12 @@ void ScTabView::TabChanged()
rBindings.Invalidate( SID_INSERT_SMATH );
rBindings.Invalidate( SID_INSERT_GRAPHIC );
#endif
+
+ if (aViewData.GetViewShell()->HasAccessibilityObjects())
+ {
+ SfxSimpleHint aAccHint(SC_HINT_ACC_TABLECHANGED);
+ aViewData.GetViewShell()->BroadcastAccessibility(aAccHint);
+ }
}
void ScTabView::UpdateLayerLocks()