From bd5cc6a50f2acdabc1c93bd49ce52c79a70c2144 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Jan 2023 19:16:54 +0000 Subject: Related: tdf#150339 remove SID_ATTR_COLOR_STR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit re: https://gerrit.libreoffice.org/c/core/+/144866 "ColorString is not needed anymore (we used that in LOK previously)." Change-Id: I50a2f0e2ad254afb8ede33b05c89ae40bfeb4d3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144967 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/sfx2/sfxsids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/sfxsids.hrc') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index a0289c0881ab..e911e1d0d65d 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -598,7 +598,7 @@ class SvxZoomItem; #define SID_ATTR_CHAR_COLOR_BACKGROUND (SID_SVX_START + 489) #define SID_ATTR_CHAR_COLOR_BACKGROUND_EXT (SID_SVX_START + 490) #define SID_ATTR_CHAR_COLOR2 (SID_SVX_START + 537) -#define SID_ATTR_COLOR_STR TypedWhichId(SID_SVX_START + 540) + #define SID_COMP_BIBLIOGRAPHY (SID_SVX_START + 880) #define SID_ADDRESS_DATA_SOURCE (SID_SVX_START + 934) #define SID_OPEN_SMARTTAGOPTIONS TypedWhichId(SID_SVX_START + 1062) -- cgit