INTEGRATION: CWS impress44 (1.87.8); FILE MERGED
2005/04/04 16:36:54 cl 1.87.8.1: #i46619# applied gcc33 patch from kendy@openoffice.org
This commit is contained in:
parent
8348227b80
commit
df8fe59790
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: unomodel.cxx,v $
|
* $RCSfile: unomodel.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.87 $
|
* $Revision: 1.88 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2005-03-29 15:27:56 $
|
* last change: $Author: obo $ $Date: 2005-04-12 16:59:51 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -1927,7 +1927,7 @@ void SAL_CALL SdXImpressDocument::render( sal_Int32 nRenderer, const uno::Any& r
|
||||||
vcl::PDFExtOutDevData* pPDFExtOutDevData = PTR_CAST( vcl::PDFExtOutDevData, pOut->GetExtOutDevData() );
|
vcl::PDFExtOutDevData* pPDFExtOutDevData = PTR_CAST( vcl::PDFExtOutDevData, pOut->GetExtOutDevData() );
|
||||||
|
|
||||||
::sd::ClientView* pView = new ::sd::ClientView( pDocShell, pOut, NULL );
|
::sd::ClientView* pView = new ::sd::ClientView( pDocShell, pOut, NULL );
|
||||||
Rectangle aVisArea( Point(), pDoc->GetSdPage( (USHORT)nPageNumber - 1, ePageKind )->GetSize() );
|
Rectangle aVisArea = Rectangle( Point(), pDoc->GetSdPage( (USHORT)nPageNumber - 1, ePageKind )->GetSize() );
|
||||||
Region aRegion( aVisArea );
|
Region aRegion( aVisArea );
|
||||||
Point aOrigin;
|
Point aOrigin;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue