include/sfx2/cntids.hrc | 1 - reportdesign/inc/rptui_slotid.hrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 2ce827f21cd11832cec5395c6c1c5fb2eef4b2d0 Author: Caolán McNamara <[email protected]> Date: Tue Jul 18 15:53:28 2017 +0100 move SID_DISTRIBUTION to reportdesign Change-Id: Ia34d484485aed454d5463ec7e8f25f20af540490 Reviewed-on: https://gerrit.libreoffice.org/40141 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/include/sfx2/cntids.hrc b/include/sfx2/cntids.hrc index c8ed23b0deba..c9df3a5db21d 100644 --- a/include/sfx2/cntids.hrc +++ b/include/sfx2/cntids.hrc @@ -24,7 +24,6 @@ #define SID_DELETE (SID_SFX_START + 713) -#define SID_DISTRIBUTION (SID_CHAOS_START + 26) #define SID_VIEW_FLD_PIC (SID_CHAOS_START + 185) #endif diff --git a/reportdesign/inc/rptui_slotid.hrc b/reportdesign/inc/rptui_slotid.hrc index 5023959c8ea1..39af986cf1d7 100644 --- a/reportdesign/inc/rptui_slotid.hrc +++ b/reportdesign/inc/rptui_slotid.hrc @@ -29,7 +29,7 @@ #define SID_CONDITIONALFORMATTING ( SID_RPTUI_START + 4 ) #define SID_PAGEDIALOG ( SID_RPTUI_START + 5 ) #define SID_SETCONTROLDEFAULTS ( SID_RPTUI_START + 6 ) -// free +#define SID_DISTRIBUTION ( SID_RPTUI_START + 7 ) #define SID_PAGEHEADER_WITHOUT_UNDO ( SID_RPTUI_START + 8 ) #define SID_PAGEFOOTER_WITHOUT_UNDO ( SID_RPTUI_START + 9 ) #define SID_REPORTHEADER_WITHOUT_UNDO ( SID_RPTUI_START + 10 )
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
