autorecovery: SetDontCreateCancellable is dead
This commit is contained in:
parent
ebcd808b59
commit
233b0e81cc
1 changed files with 0 additions and 6 deletions
|
@ -812,9 +812,6 @@ namespace frm
|
|||
if( sReferer.getLength() )
|
||||
m_pMedium->SetReferer( OUStringToString(sReferer, CHARSET_SYSTEM) );
|
||||
}
|
||||
|
||||
// Keinen Eintrag im Roter Button Menu
|
||||
m_pMedium->SetDontCreateCancellable();
|
||||
}
|
||||
#else
|
||||
if( pObjSh )
|
||||
|
@ -832,9 +829,6 @@ namespace frm
|
|||
if( sReferer.getLength() )
|
||||
m_pMedium->SetReferer( sReferer );
|
||||
}
|
||||
|
||||
// Keinen Eintrag im Roter Button Menu
|
||||
m_pMedium->SetDontCreateCancellable();
|
||||
#endif
|
||||
|
||||
// Downloading-Flag auf sal_True setzen. Es werden dann auch
|
||||
|
|
Loading…
Reference in a new issue