Kaydet (Commit) a84f7ad4 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS swqbf89 (1.38.50); FILE MERGED

2006/11/08 14:30:53 od 1.38.50.1: #i59688# method <SwDocShell::StartLoadFinishedTimer()> replaced by
	 method <SwDocShell::LoadingFinished()>
üst 2858933f
......@@ -4,9 +4,9 @@
*
* $RCSfile: swhtml.cxx,v $
*
* $Revision: 1.38 $
* $Revision: 1.39 $
*
* last change: $Author: obo $ $Date: 2006-09-16 22:12:45 $
* last change: $Author: rt $ $Date: 2006-12-01 14:26:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -582,8 +582,11 @@ __EXPORT SwHTMLParser::~SwHTMLParser()
pDoc->GetLinkManager().UpdateAllLinks( nLinkMode == MANUAL,
TRUE, FALSE );
if( pDoc->GetDocShell()->IsLoading() )
pDoc->GetDocShell()->StartLoadFinishedTimer();
if ( pDoc->GetDocShell()->IsLoading() )
{
// --> OD 2006-11-07 #i59688#
pDoc->GetDocShell()->LoadingFinished();
}
}
delete pSttNdIdx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment