From 6245eeeaa10479e1e166cbc65de7152617a2c8e5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 22 May 2022 11:53:53 +0100 Subject: cid#1504541 Uninitialized scalar field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1fa061f9713c808bd06933ae9c574e70a1ec0915 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134721 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/vcl/pdfwriter.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index ed703cc68a95..8764f3f49c8e 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -398,6 +398,7 @@ public: FileSelect( false ), MaxLen( 0 ), Format( FormatType::Text ), + DecimalAccuracy ( 0 ), PrependCurrencySymbol( false ) {} -- cgit