From ef6e2b50376ada302958bc982e3dd73d2e0821ca Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 1 Dec 2019 11:00:28 +0100 Subject: Add accessibility check to the Writer menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7e4c3267288b238583822489c8098e64319dda16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85819 Reviewed-by: Tomaž Vajngerl Tested-by: Tomaž Vajngerl --- include/sfx2/sfxsids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index f7d77257350c..69b68db67fbc 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -432,7 +432,7 @@ class SvxSearchItem; // Used for redaction #define SID_SHAPE_NAME (SID_SFX_START + 808) // FREE: SID_SFX_START + 809 - // FREE: SID_SFX_START + 810 +#define SID_ACCESSIBILITY_CHECK (SID_SFX_START + 810) #define SID_ASYNCHRON (SID_SFX_START + 811) // default-ids for configuration -- cgit