diff options
author | Shubham Goyal <22shubh22@gmail.com> | 2019-03-09 06:10:58 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-03-11 15:51:16 +0100 |
commit | 4c4ccdf724dedebce23cc9abd7b74bee43f184d7 (patch) | |
tree | d21b1de3b1b6f125117d690627c50cc10d9941a6 /include/svx | |
parent | 50d91e7294700ea38fc4933b0636a19d4684eede (diff) |
i#119731 Hyperlink Control on dialog Editor
Change-Id: I34132931eba103aec5f9622be9c3bf2dd4de237d
Reviewed-on: https://gerrit.libreoffice.org/69001
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx')
-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 6c8fedb8f43b..4e5453ffa6fd 100644 --- a/include/svx/svxcommands.h +++ b/include/svx/svxcommands.h @@ -131,6 +131,7 @@ #define CMD_SID_TABLE_INSERT_ROW_DLG ".uno:InsertRowDialog" #define CMD_SID_GALLERY_BG_BRUSH ".uno:BackgroundImage" #define CMD_SID_INSERT_GRIDCONTROL ".uno:InsertGridControl" +#define CMD_SID_INSERT_HYPERLINKCONTROL ".uno:InsertHyperlinkControl" #endif diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 6ecb3d77d2f6..78bedb98a75e 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -820,7 +820,7 @@ class SfxStringItem; #define SID_FLAG_TYPE ( SID_SVX_START + 1034 ) #define SID_SWMODE_TYPE ( SID_SVX_START + 1035 ) #define SID_DISABLE_CTL ( SID_SVX_START + 1036 ) -//FREE +#define SID_INSERT_HYPERLINKCONTROL ( SID_SVX_START + 1037 ) #define SID_ENUM_PAGE_MODE ( SID_SVX_START + 1038 ) #define SID_PAPER_START ( SID_SVX_START + 1039 ) #define SID_PAPER_END ( SID_SVX_START + 1040 ) |