summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/pdfwriter.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 74bf96255ebf..3717a40d8372 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -395,7 +395,8 @@ public:
Password( false ),
FileSelect( false ),
MaxLen( 0 ),
- Format( FormatType::Text )
+ Format( FormatType::Text ),
+ PrependCurrencySymbol( false )
{}
virtual std::shared_ptr<AnyWidget> Clone() const override