#79440#: allow for external created SfxWorkWindow
This commit is contained in:
parent
c7464781ba
commit
64e6f2579b
1 changed files with 7 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: frame.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: mba $ $Date: 2000-10-12 17:15:11 $
|
||||
* last change: $Author: mba $ $Date: 2000-10-12 17:30:55 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1969,6 +1969,11 @@ SfxWorkWindow* SfxFrame::GetWorkWindow_Impl() const
|
|||
return NULL;
|
||||
}
|
||||
|
||||
void SfxFrame::SetWorkWindow_Impl( SfxWorkWindow* pWorkwin )
|
||||
{
|
||||
pImp->pWorkWin = pWorkwin;
|
||||
}
|
||||
|
||||
void SfxFrame::CreateWorkWindow_Impl()
|
||||
{
|
||||
pImp->pWorkWin = new SfxFrameWorkWin_Impl( &GetWindow(), this );
|
||||
|
|
Loading…
Reference in a new issue