diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-20 12:17:55 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-20 12:17:55 +0200 |
commit | eeaf2f34f56d815040b0e80b5e3abd6b08400bdc (patch) | |
tree | 309794e84f47f98cc8191496adb5a760f34f66b5 | |
parent | d327ec4fd32f17b9a859b85b2807caa2afc9bead (diff) |
DEV300 masterfix: #i10000#: adapt call to SfxViewFrame::GetNext() to changes from CWS autorecovery, 1c65617f50ee@DEV300ooo/DEV300_m77
-rwxr-xr-x | sfx2/source/doc/printhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx index eef8373568..fee1e4df3c 100755 --- a/sfx2/source/doc/printhelper.cxx +++ b/sfx2/source/doc/printhelper.cxx @@ -273,7 +273,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL SfxPrintHelper::getPrinter() thro while ( pViewFrm && !pPrinter ) { pPrinter = pViewFrm->GetViewShell()->GetActivePrinter(); - pViewFrm = SfxViewFrame::GetNext( *pViewFrm, m_pData->m_pObjectShell, 0, sal_False ); + pViewFrm = SfxViewFrame::GetNext( *pViewFrm, m_pData->m_pObjectShell, sal_False ); } // if no view is printing currently, use the permanent SfxPrinter instance |