include/svx/svxids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8239f12ec2d0cfe3fb6a8c8acfb509d0dc91f770 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Wed Jul 10 15:35:37 2019 +0200 Commit: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> CommitDate: Thu Jul 11 08:33:24 2019 +0200 Use an unused ID for SID_REMOVE_HYPERLINK Overlooked the comment that 457 is in use Change-Id: Idd13895fbbd82556ffe6f9405c359fa9cf9c80cf Reviewed-on: https://gerrit.libreoffice.org/75363 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index bec13fcf907a..b43c475f90be 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -497,10 +497,10 @@ class SvxSetItem; #define SID_GROUP ( SID_SVX_START + 454 ) #define SID_UNGROUP ( SID_SVX_START + 455 ) #define SID_SET_DEFAULT ( SID_SVX_START + 456 ) -#define SID_REMOVE_HYPERLINK ( SID_SVX_START + 457 ) // CAUTION! Range <457 .. 457> used by EditEngine (!) +#define SID_REMOVE_HYPERLINK ( SID_SVX_START + 459 ) #define SID_ATTR_ALIGN_INDENT ( SID_SVX_START + 460 ) #define SID_DEC_INDENT ( SID_SVX_START + 461 ) #define SID_INC_INDENT ( SID_SVX_START + 462 ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits