[Libreoffice-commits] core.git: include/svx

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 11 06:34:20 UTC 2019


 include/svx/svxids.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8239f12ec2d0cfe3fb6a8c8acfb509d0dc91f770
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Jul 10 15:35:37 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at 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.Mehrbrodt at 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 )


More information about the Libreoffice-commits mailing list