diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-14 17:02:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-15 20:08:40 +0200 |
commit | a36997c15b310b50f77446ea6c10ccc939a9cc27 (patch) | |
tree | 06859915b0256e314a1f24c1686e2f97fc57868b /include | |
parent | 15ac3f9f4dc65fc0c6020284064e3725956f5d0a (diff) |
convert column menu to .ui
Change-Id: I3a41b716c473a17821969f09945ac1a94b024d41
Reviewed-on: https://gerrit.libreoffice.org/36569
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fmresids.hrc | 1 | ||||
-rw-r--r-- | include/svx/svxids.hrc | 16 |
2 files changed, 8 insertions, 9 deletions
diff --git a/include/svx/fmresids.hrc b/include/svx/fmresids.hrc index 7ff02a58790f..66e9b70741b9 100644 --- a/include/svx/fmresids.hrc +++ b/include/svx/fmresids.hrc @@ -63,7 +63,6 @@ // Menu-Id's ----------------------------------------------------------- #define RID_FMEXPLORER_POPUPMENU (RID_FORMS_START + 0) -#define RID_SVXMNU_COLS (RID_FORMS_START + 2) #define RID_FMSHELL_CONVERSIONMENU (RID_FORMS_START + 4) #define RID_FM_FILTER_MENU (RID_FORMS_START + 5) #define RID_MENU_DATANAVIGATOR (RID_FORMS_START + 10) diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 89ec26cfffe5..18ddd6436a84 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -562,13 +562,13 @@ #define SID_FM_DBGRID ( SID_SVX_START + 603 ) #define SID_FM_IMAGEBUTTON ( SID_SVX_START + 604 ) #define SID_FM_FILECONTROL ( SID_SVX_START + 605 ) -#define SID_FM_CHANGECOL ( SID_SVX_START + 606 ) +//FREE #define SID_FM_NAVIGATIONBAR ( SID_SVX_START + 607 ) #define SID_FM_NEW_HIDDEN ( SID_SVX_START + 608 ) #define SID_FM_RENAME_OBJECT ( SID_SVX_START + 609 ) #define SID_FM_DELETEROWS ( SID_SVX_START + 610 ) -#define SID_FM_INSERTCOL ( SID_SVX_START + 611 ) -#define SID_FM_DELETECOL ( SID_SVX_START + 612 ) +//FREE +//FREE #define SID_FM_CTL_PROPERTIES ( SID_SVX_START + 613 ) #define SID_FM_PROPERTIES ( SID_SVX_START + 614 ) #define SID_FM_TAB_DIALOG ( SID_SVX_START + 615 ) @@ -654,11 +654,11 @@ #define SID_FM_CONVERTTO_IMAGECONTROL ( SID_SVX_START + 750 ) #define SID_FM_CONVERTTO_FORMATTED ( SID_SVX_START + 751 ) #define SID_FM_FILTER_NAVIGATOR_CONTROL ( SID_SVX_START + 752 ) -#define SID_FM_HIDECOL ( SID_SVX_START + 753 ) -#define SID_FM_SHOWCOLS ( SID_SVX_START + 754 ) -#define SID_FM_SHOWCOLS_MORE ( SID_SVX_START + 755 ) -#define SID_FM_SHOWALLCOLS ( SID_SVX_START + 756 ) -#define SID_FM_TWOFIELDS_DATE_N_TIME ( SID_SVX_START + 757 ) +//FREE +//FREE +//FREE +//FREE +//FREE #define SID_FM_FILTER_EDIT ( SID_SVX_START + 758 ) #define SID_FM_FILTER_IS_NULL ( SID_SVX_START + 759 ) #define SID_FM_FILTER_IS_NOT_NULL ( SID_SVX_START + 760 ) |