From c226f86d4ce0918b4aa61d1a892d757582a012c4 Mon Sep 17 00:00:00 2001 From: Cyrille BOUGOT Date: Sat, 18 Apr 2026 23:09:18 +0200 Subject: [PATCH 1/2] Fix Word legacy spelling errors reporting --- source/NVDAObjects/window/winword.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/NVDAObjects/window/winword.py b/source/NVDAObjects/window/winword.py index 10bd66d4c6b..691d1aec0b3 100755 --- a/source/NVDAObjects/window/winword.py +++ b/source/NVDAObjects/window/winword.py @@ -1,5 +1,5 @@ # A part of NonVisual Desktop Access (NVDA) -# Copyright (C) 2006-2025 NV Access Limited, Manish Agrawal, Derek Riemer, Babbage B.V., Cyrille Bougot, +# Copyright (C) 2006-2026 NV Access Limited, Manish Agrawal, Derek Riemer, Babbage B.V., Cyrille Bougot, # Leonard de Ruijter # This file may be used under the terms of the GNU General Public License, version 2 or later, as modified by the NVDA license. # For full terms and any additional permissions, see the NVDA license file: https://github.com/nvaccess/nvda/blob/master/copying.txt @@ -494,7 +494,7 @@ class WinWordColor(IntEnum): "reportColor": 0x8, "reportAlignment": 0x10, "reportStyle": 0x20, - "reportSpellingErrors": 0x40, + "reportSpellingErrors2": 0x40, "reportPage": 0x80, "reportLineNumber": 0x100, "reportTables": 0x200, From 1af930b9117ed5c6059ad6e2b0203a8997a66d98 Mon Sep 17 00:00:00 2001 From: Cyrille BOUGOT Date: Sun, 19 Apr 2026 15:11:03 +0200 Subject: [PATCH 2/2] Empty commit to re-run tests