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 13:12:56 +0000
commit2ee228e179d98630bc69cef8b13a55c0edbe9e1b (patch)
treeda058a965804544b6958b6bb4aff12be47070f80 /include
parent5a78812567259cdc714e89bc6260fa7b8aa9287f (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, and avoid JPEG compressing de-compressed PNGs. Change-Id: Iafa5d4b347da46dedb9431b6870f34b2b6fcad99 Reviewed-on: https://gerrit.libreoffice.org/22656 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 477f66816851..1140180ff98c 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -146,6 +146,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.