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

(-)/data4/sles/ooo-build-LATEST-copy/ooo-build/build/ood680-m5/basic/source/classes/sbxmod.cxx (+5 lines)
Lines 543-548 void SbModule::SetSource32( const ::rtl: Link Here
543
					eCurTok = aTok.Next();
543
					eCurTok = aTok.Next();
544
					if( eCurTok == COMPATIBLE )
544
					if( eCurTok == COMPATIBLE )
545
						aTok.SetCompatible( true );
545
						aTok.SetCompatible( true );
546
					else if ( eCurTok == VBASUPPORT )
547
					{
548
						if( ( aTok.Next() == NUMBER ) && ( aTok.GetDbl()== 1 ) )
549
							aTok.SetCompatible( true );
550
					}
546
				}
551
				}
547
			}
552
			}
548
			eLastTok = eCurTok;
553
			eLastTok = eCurTok;

Return to issue 76818