No longer rely on star imports in NVDAObjects.IAccessible.winword (#13805)
Summary of the issue:
NVDAObjects.IAccessible.winword star imports everything from NVDAObjects.window.winword. This may cause issues when removing imports from NVDAObjects.window.winword, it is also better to be explicit.
Description of how this pull request fixes the issue:
NVDAObjects.IAccessible.winword now imports all used modules explicitly.