emfio/inc/emfreader.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit be8b12eb14d5e0346c5aa69ad8d92dbf8d6c2456 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Sep 17 19:33:08 2020 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Thu Sep 17 22:04:53 2020 +0200 Fix typo Change-Id: I7840929712a8e9bd3f46b2c718cf430b97e9b683 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102970 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/emfio/inc/emfreader.hxx b/emfio/inc/emfreader.hxx index 75a77211ea61..ec2c5273f650 100644 --- a/emfio/inc/emfreader.hxx +++ b/emfio/inc/emfreader.hxx @@ -32,7 +32,7 @@ namespace emfio bool mbRecordPath : 1; bool mbEMFPlus : 1; bool mbEMFPlusDualMode : 1; - /// An other format is read already, can ignore actual EMF data. + /// Another format is read already, can ignore actual EMF data. bool mbReadOtherGraphicFormat = false; bool ReadHeader(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
