INTEGRATION: CWS mbafixesfor22 (1.16.56); FILE MERGED

2007/01/16 15:01:16 mba 1.16.56.1: #i64552#: pass bIsAPI to every print call
This commit is contained in:
Oliver Bolte
2007-01-25 10:49:59 +00:00
parent b618458f34
commit 71f22b77fd

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: basides2.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: vg $ $Date: 2007-01-16 16:29:35 $
* last change: $Author: obo $ $Date: 2007-01-25 11:49:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -87,14 +87,14 @@ IMPL_LINK( BasicIDEShell, ObjectDialogInsertHdl, ObjectCatalog *, pObjCat )
}
*/
USHORT __EXPORT BasicIDEShell::Print( SfxProgress &rProgress, PrintDialog *pPrintDialog )
USHORT __EXPORT BasicIDEShell::Print( SfxProgress &rProgress, BOOL bIsAPI, PrintDialog *pPrintDialog )
{
if ( pCurWin )
{
SfxPrinter* pPrinter = GetPrinter( TRUE );
if ( pPrinter )
{
SfxViewShell::Print( rProgress, pPrintDialog );
SfxViewShell::Print( rProgress, bIsAPI, pPrintDialog );
pCurWin->PrintData( pPrinter );
}
}