INTEGRATION: CWS fwk63_SRC680 (1.50.84); FILE MERGED
2007/01/29 16:10:31 pb 1.50.84.1: fix: #i73603# AppearWithUpdate() added
This commit is contained in:
parent
110602e99b
commit
4c5df42aa0
1 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: frame.cxx,v $
|
||||
*
|
||||
* $Revision: 1.50 $
|
||||
* $Revision: 1.51 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-11-01 18:28:37 $
|
||||
* last change: $Author: vg $ $Date: 2007-02-05 12:08:25 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -1330,6 +1330,13 @@ void SfxFrame::Appear()
|
|||
}
|
||||
}
|
||||
|
||||
void SfxFrame::AppearWithUpdate()
|
||||
{
|
||||
Appear();
|
||||
if ( GetCurrentViewFrame() )
|
||||
GetCurrentViewFrame()->GetDispatcher()->Update_Impl( sal_True );
|
||||
}
|
||||
|
||||
void SfxFrame::SetOwnsBindings_Impl( sal_Bool bSet )
|
||||
{
|
||||
pImp->bOwnsBindings = bSet;
|
||||
|
|
Loading…
Reference in a new issue