From ec04de1986878a778c7bcbfd48b4de88d6adec69 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 19 Mar 2004 15:17:34 +0000 Subject: 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 --- sc/source/ui/view/tabview5.cxx | 5 +++-- 1 file 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() -- cgit