Bugzilla – Attachment 140315 Details for
Bug 113143
FILESAVE PDF: wrong position of a JPEG image on exported notes page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposal something
sample.txt (text/plain), 1.13 KB, created by
Telesto
on 2018-03-03 19:36:56 UTC
(
hide
)
Description:
Proposal something
Filename:
MIME Type:
Creator:
Telesto
Created:
2018-03-03 19:36:56 UTC
Size:
1.13 KB
patch
obsolete
>diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx >index a21c0d98aee9..bd5512d8cd1c 100644 >--- a/vcl/source/gdi/pdfextoutdevdata.cxx >+++ b/vcl/source/gdi/pdfextoutdevdata.cxx >@@ -403,9 +403,13 @@ bool PageSyncData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAc > GfxLinkType eType = rGraphic.GetLink().GetType(); > if ( eType == GfxLinkType::NativeJpg ) > { >- mbGroupIgnoreGDIMtfActions = rOutDevData.HasAdequateCompression(rGraphic); >- if ( !mbGroupIgnoreGDIMtfActions ) >+ if ( rOutDevData.HasAdequateCompression(rGraphic) ) >+ { >+ mbGroupIgnoreGDIMtfActions = false; > mCurrentGraphic = rGraphic; >+ } >+ else >+ mbGroupIgnoreGDIMtfActions = true; > } > else if ( eType == GfxLinkType::NativePng || eType == GfxLinkType::NativePdf ) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 113143
:
137002
|
137005
| 140315