#79440#: allow for external created SfxWorkWindow

This commit is contained in:
Mathias Bauer 2000-10-12 16:30:55 +00:00
parent c7464781ba
commit 64e6f2579b

View file

@ -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 );