diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxcommands.h | 1 | ||||
-rw-r--r-- | include/svx/svxids.hrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svxcommands.h b/include/svx/svxcommands.h index 4e5453ffa6fd..0c1a6ffabf41 100644 --- a/include/svx/svxcommands.h +++ b/include/svx/svxcommands.h @@ -117,6 +117,7 @@ #define CMD_SID_ATTR_CHAR_OVERLINE ".uno:Overline" #define CMD_SID_3D_WIN ".uno:Window3D" #define CMD_SID_OPEN_HYPERLINK ".uno:OpenHyperlinkOnCursor" +#define CMD_SID_EDIT_HYPERLINK ".uno:EditHyperlink" #define CMD_SID_TABLE_MERGE_CELLS ".uno:MergeCells" #define CMD_SID_TABLE_SPLIT_CELLS ".uno:SplitCell" #define CMD_SID_TABLE_VERT_BOTTOM ".uno:CellVertBottom" diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index b43c475f90be..75616d40e128 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -762,7 +762,7 @@ class SvxSetItem; #define SID_EXTRUSION_SURFACE ( SID_SVX_START + 975 ) #define SID_EXTRUSION_DEPTH_DIALOG ( SID_SVX_START + 976 ) #define SID_FONTWORK_GALLERY_FLOATER ( SID_SVX_START + 977 ) -// free ( SID_SVX_START + 978 ) +#define SID_EDIT_HYPERLINK ( SID_SVX_START + 978 ) #define SID_FONTWORK_SHAPE_TYPE ( SID_SVX_START + 979 ) #define SID_FONTWORK_SAME_LETTER_HEIGHTS ( SID_SVX_START + 980 ) #define SID_FONTWORK_ALIGNMENT_FLOATER ( SID_SVX_START + 981 ) |