From aa77830c2ca3dd4f4d81ac14c795230fab653b6b Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 28 Oct 2019 09:51:32 +0100 Subject: jsdialogs: make possible to set .uno:BackColor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2fd9a70b54f211dbfe9bb58102e17afd38516d5d Reviewed-on: https://gerrit.libreoffice.org/81587 Tested-by: Jenkins Reviewed-by: Szymon Kłos --- include/sfx2/sfxsids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 2eb4d579838e..2e1dbf6ff748 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -565,7 +565,7 @@ class SvxSearchItem; #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_CHAR_COLOR2_STR (SID_SVX_START + 540) +#define SID_ATTR_COLOR_STR (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 (SID_SVX_START + 1062) -- cgit