Kaydet (Commit) 515792c3 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

DEV300 masterfix: #i10000#: adapt call to SfxViewFrame::GetNext() to changes…

DEV300 masterfix: #i10000#: adapt call to SfxViewFrame::GetNext() to changes from CWS autorecovery, 1c65617f50ee@DEV300
üst 61df324b
...@@ -273,7 +273,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL SfxPrintHelper::getPrinter() thro ...@@ -273,7 +273,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL SfxPrintHelper::getPrinter() thro
while ( pViewFrm && !pPrinter ) while ( pViewFrm && !pPrinter )
{ {
pPrinter = pViewFrm->GetViewShell()->GetActivePrinter(); 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 // if no view is printing currently, use the permanent SfxPrinter instance
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment