View | Details | Raw Unified | Return to issue 8205
Collapse All | Expand All

(-)sfx2/source/bastyp/progress.cxx (-1 / +3 lines)
Lines 214-220 Link Here
214
214
215
void SfxProgress_Impl::Enable_Impl( BOOL bEnable )
215
void SfxProgress_Impl::Enable_Impl( BOOL bEnable )
216
{
216
{
217
    SfxObjectShell* pDoc = bAllDocs ? NULL : xObjSh;
217
    SfxObjectShell* pDoc = NULL ;
218
       if(bAllDocs)
219
               pDoc = xObjSh;
218
       SfxViewFrame *pFrame= SfxViewFrame::GetFirst(pDoc);
220
       SfxViewFrame *pFrame= SfxViewFrame::GetFirst(pDoc);
219
       while ( pFrame )
221
       while ( pFrame )
220
       {
222
       {

Return to issue 8205