diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-12 11:31:38 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-15 08:55:31 +0200 |
commit | ee13cd374f9c4957ddc2fd502e278689a6587ab5 (patch) | |
tree | 14522a48f10ef4358e9661bfbf9a3d1c90122833 /sw/inc | |
parent | ae68e12e0fcb9372e59b7071a37650df06175d5a (diff) |
Deduplicate RemoveHyperlink command
Change-Id: I0b190dd15cd214478629aaf2c5e7e49f22ff9cea
Reviewed-on: https://gerrit.libreoffice.org/75482
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index d32dd420f25b..ecbb368ca66c 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -135,7 +135,7 @@ #define FN_NUM_CONTINUE (FN_EDIT2 + 36) /* continue previous numbering */ #define FN_REDLINE_ACCEPT_DIRECT (FN_EDIT2 + 37) /* accept redline at current position*/ #define FN_REDLINE_REJECT_DIRECT (FN_EDIT2 + 38) /* reject redline at current position*/ -#define FN_REMOVE_HYPERLINK (FN_EDIT2 + 39) /* remove hyperlink attribute */ +// free #define FN_COPY_HYPERLINK_LOCATION (FN_EDIT2 + 40) /* copy hyperlink URL to clipboard */ #define FN_REDLINE_NEXT_CHANGE (FN_EDIT2 + 41) /* Go to the next change */ #define FN_REDLINE_PREV_CHANGE (FN_EDIT2 + 42) /* Go to the previous change */ |