summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2016-02-19 13:42:24 +0100
committerMichael Meeks <michael.meeks@collabora.com>2016-02-24 14:41:51 +0000
commit8a039afb1f3f345c748b2e7cc9b76ca030c23abb (patch)
treedc80e128e178b358870f5577b750da66400ee55c /include
parentabbf4777f29374025d576ef8daa3f6dcba02ddf5 (diff)
tdf#97662 - Try to preserve original compressed JPEGs harder.
Avoiding de-compressing and re-compressing them saves lots of time too. Avoid PNG compressing de-compressed JPEGs. Change-Id: I7fe7db8e294e38d3240d284f73183a34ee48fb2d Reviewed-on: https://gerrit.libreoffice.org/22657 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/pdfextoutdevdata.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index d681ab072730..3c3d49a88522 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -152,6 +152,8 @@ public:
std::vector< PDFExtOutDevBookmarkEntry >& GetBookmarks() { return maBookmarks;}
+ Graphic GetCurrentGraphic() const;
+
/** Start a new group of render output
Use this method to group render output.