diff options
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index 4fe749ae9e71..b94e4f404608 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -840,10 +840,12 @@ i12626 void drawRelief( SalLayout& rLayout, const OUString& rText, bool bTextLines ); void drawShadow( SalLayout& rLayout, const OUString& rText, bool bTextLines ); + enum Mode { DEFAULT, NOWRITE }; + /* writes differences between graphics stack and current real PDF * state to the file */ - void updateGraphicsState(); + void updateGraphicsState(Mode mode = DEFAULT); /* writes a transparency group object */ bool writeTransparentObject( TransparencyEmit& rObject ); |