summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/pdf/pdfexport.hxx')
-rw-r--r--filter/source/pdf/pdfexport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/pdf/pdfexport.hxx b/filter/source/pdf/pdfexport.hxx
index ac9362a01fb2..6d2d1ffd63e7 100644
--- a/filter/source/pdf/pdfexport.hxx
+++ b/filter/source/pdf/pdfexport.hxx
@@ -68,6 +68,7 @@ private:
bool mbIsRedactMode;
OUString msWatermark;
+ OUString msTiledWatermark;
// these variable are here only to have a location in filter/pdf to set the default
// to be used by the macro (when the FilterData are set by the macro itself)
@@ -108,6 +109,8 @@ private:
OUString msSignTSA;
void ImplWriteWatermark( vcl::PDFWriter& rWriter, const Size& rPageSize );
+ void ImplWriteTiledWatermark( vcl::PDFWriter& rWriter, const Size& rPageSize );
+
public: