emfio/README.md | 2 +- vcl/source/filter/imet/ios2met.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 84de0b351c959c9a1ebbbd61bf0702561afc4d82 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Apr 14 05:14:32 2022 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Thu Apr 14 20:38:02 2022 +0200 Fix typo Change-Id: I5707dbda5468256c8d03ac35b43fb54b8b4f3c7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132991 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/emfio/README.md b/emfio/README.md index db7393d9018c..283e0c3f41c7 100644 --- a/emfio/README.md +++ b/emfio/README.md @@ -119,7 +119,7 @@ modifies several binary formats from Microsoft including WMF/EMF/EMF+, and also other companies. * [EMF+ diagnostics reporting tool](https://github.com/chrissherlock/emfplus-decoder) * [limerest](https://gitlab.com/re-lab-project/limerest): A new gui tool based -on OLEToy for working with verious binary formats +on OLEToy for working with various binary formats ## Related Software * [libemf](http://libemf.sourceforge.net/) commit 6e53140dd3d7b414e81718d55ec288c4640ed587 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Apr 14 16:43:35 2022 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Apr 14 20:37:52 2022 +0200 cid#1504075 Uninitialized scalar field Change-Id: Ib24e34cabf99876b4aba56a768a34cd0da22a8dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133020 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/vcl/source/filter/imet/ios2met.cxx b/vcl/source/filter/imet/ios2met.cxx index 9054a244d62c..fe856c1d7bb6 100644 --- a/vcl/source/filter/imet/ios2met.cxx +++ b/vcl/source/filter/imet/ios2met.cxx @@ -345,6 +345,7 @@ struct OSAttr , nArcR(0) , nArcS(0) , nChrAng(0) + , nChrCellHeight(0) , nChrSet(0) , eLinStyle(PEN_NULL) , nLinWidth(0)
