summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides2.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:49:59 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:49:59 +0000
commit71f22b77fd9749d98650c7d1bb042b73adf23c6c (patch)
treeff2d3cf557a31b5b9a64d688eb005b8bdb9ddc08 /basctl/source/basicide/basides2.cxx
parentb618458f34613fcf0e5df7c52b4576e0747a0de3 (diff)
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
Diffstat (limited to 'basctl/source/basicide/basides2.cxx')
-rw-r--r--basctl/source/basicide/basides2.cxx8
1 files changed, 4 insertions, 4 deletions
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 );
}
}