diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index e082dbe2613e..f6c42a36c9ac 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -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 ); } }