#96358#: added IOProgressHandler to binary import
This commit is contained in:
parent
9e709d0dff
commit
1747a5eb84
1 changed files with 2 additions and 16 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: docshel4.cxx,v $
|
||||
*
|
||||
* $Revision: 1.41 $
|
||||
* $Revision: 1.42 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2001-12-20 14:49:52 $
|
||||
* last change: $Author: ka $ $Date: 2002-01-09 16:43:39 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -822,20 +822,6 @@ SfxStyleSheetBasePool* SdDrawDocShell::GetStyleSheetPool()
|
|||
return( (SfxStyleSheetBasePool*) pDoc->GetStyleSheetPool() );
|
||||
}
|
||||
|
||||
/*************************************************************************
|
||||
|*
|
||||
|* IOPProgressHdl()
|
||||
|*
|
||||
\************************************************************************/
|
||||
|
||||
IMPL_LINK( SdDrawDocShell, IOProgressHdl, USHORT*, pPercent )
|
||||
{
|
||||
if( pProgress )
|
||||
pProgress->SetState( *pPercent );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*************************************************************************
|
||||
|*
|
||||
|* Sprung zu Bookmark
|
||||
|
|
Loading…
Reference in a new issue