summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:17:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:17:34 +0000
commitec04de1986878a778c7bcbfd48b4de88d6adec69 (patch)
treee8037bb055f205357be8416addd3eb92f3220934 /sc/source/ui/view/tabview5.cxx
parent790d70a98e8389afbd3f8a8faf1c4fb60f1e553d (diff)
INTEGRATION: CWS sab008 (1.11.82); FILE MERGED
2004/03/05 11:12:24 sab 1.11.82.3: #115009#; add own TableChanged event 2004/02/11 12:22:24 sab 1.11.82.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/23 12:26:54 sab 1.11.82.1: #115009#; add broadcast for a table change
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index 3a62e93a572a..de3601ebbcf3 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 13:02:24 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:17:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -361,6 +361,7 @@ void ScTabView::TabChanged()
SfxSimpleHint aAccHint(SC_HINT_ACC_TABLECHANGED);
aViewData.GetViewShell()->BroadcastAccessibility(aAccHint);
}
+ aViewData.GetDocument()->BroadcastUno( SfxSimpleHint( SC_HINT_TABLECHANGED ) );
}
void ScTabView::UpdateLayerLocks()