diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-05-22 11:53:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-05-22 14:34:09 +0200 |
commit | 6245eeeaa10479e1e166cbc65de7152617a2c8e5 (patch) | |
tree | 9d9ce584e74b2652791e1915361d370118064d43 /include | |
parent | dc8e257e37e37ece9f59717a1609fc2d52a698b0 (diff) |
cid#1504541 Uninitialized scalar field
Change-Id: I1fa061f9713c808bd06933ae9c574e70a1ec0915
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134721
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) {} |