summaryrefslogtreecommitdiff
path: root/framework/source/classes
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-12 14:36:30 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-12 14:36:30 +0000
commitfee8f3edae047459b87f3b02dc5a5372dff41958 (patch)
tree74094262868b6be0da0fe342685180c3761f6855 /framework/source/classes
parentf7ec70b1dace57cc641ea7a7fb7e23268f7012f7 (diff)
CWS-TOOLING: integrate CWS fwk100
2009-01-20 15:34:21 +0100 as r266589 : #159095# dont activate tab pages if they will be created automaticaly; activate already created tab pages if its requested 2009-01-20 13:52:07 +0100 fs r266575 : #i87330# JavaCompatibleTextNotifications is not supported anymore 2009-01-20 13:51:36 +0100 fs r266574 : #i87330# in a multi line edit control's setText, use the proper notification method (which is disabled elsewhere when setText is called as part of setting the model's Text property)
Diffstat (limited to 'framework/source/classes')
-rw-r--r--framework/source/classes/fwktabwindow.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/source/classes/fwktabwindow.cxx b/framework/source/classes/fwktabwindow.cxx
index d933492e14..1966d50d85 100644
--- a/framework/source/classes/fwktabwindow.cxx
+++ b/framework/source/classes/fwktabwindow.cxx
@@ -288,7 +288,10 @@ IMPL_LINK( FwkTabWindow, ActivatePageHdl, TabControl *, EMPTYARG )
pTabPage->ActivatePage();
m_aTabCtrl.SetTabPage( nId, pTabPage );
}
- }
+ }
+ else
+ pTabPage->ActivatePage();
+
m_aTabCtrl.BroadcastEvent( VCLEVENT_TABPAGE_ACTIVATE );
return 1;
}