Index: source/ui/misc/docfnote.cxx =================================================================== RCS file: /cvs/sw/sw/source/ui/misc/docfnote.cxx,v retrieving revision 1.11 diff -p -r1.11 docfnote.cxx *** source/ui/misc/docfnote.cxx 17 Apr 2003 15:35:22 -0000 1.11 --- source/ui/misc/docfnote.cxx 3 Jul 2003 13:20:20 -0000 *************** IMPL_LINK( SwFootNoteOptionDlg, OkHdl, B *** 156,165 **** SfxItemSet *pSet = 0; SfxTabPage *pPage = GetTabPage( TP_FOOTNOTEOPTION ); if ( pPage ) ! pPage->FillItemSet( (SfxItemSet&)pSet ); pPage = GetTabPage( TP_ENDNOTEOPTION ); if ( pPage ) ! pPage->FillItemSet( (SfxItemSet&)pSet ); aOldOkHdl.Call( pBtn ); return 0; } --- 156,165 ---- SfxItemSet *pSet = 0; SfxTabPage *pPage = GetTabPage( TP_FOOTNOTEOPTION ); if ( pPage ) ! pPage->FillItemSet( *pSet ); pPage = GetTabPage( TP_ENDNOTEOPTION ); if ( pPage ) ! pPage->FillItemSet( *pSet ); aOldOkHdl.Call( pBtn ); return 0; }