From 8d0b7e5b2f6773f4b3feb75f1ac73ea1a26609f7 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 1 Jun 2020 16:03:34 +0200 Subject: lok: add "Remove" param to .uno:ChangeTabStop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic6b71c0bb6177eb10f5be4197d77c5db5f5884a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95330 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/svx/svxids.hrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/svx/svxids.hrc') diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 5b7c1f0a9b6b..8d0c608b6751 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -537,12 +537,13 @@ class SvxSetItem; #define SID_TABSTOP_ADD_OR_CHANGE ( SID_SVX_START + 581 ) #define SID_TABSTOP_ATTR_INDEX ( SID_SVX_START + 582 ) #define SID_TABSTOP_ATTR_POSITION ( SID_SVX_START + 583 ) -#define SID_PARAGRAPH_FIRST_LINE_INDENT ( SID_SVX_START + 584 ) -#define SID_PARAGRAPH_LEFT_INDENT ( SID_SVX_START + 585 ) -#define SID_PARAGRAPH_RIGHT_INDENT ( SID_SVX_START + 586 ) +#define SID_TABSTOP_ATTR_REMOVE ( SID_SVX_START + 584 ) // CAUTION! Range <587 .. 587> used by EditEngine (!) +#define SID_PARAGRAPH_FIRST_LINE_INDENT ( SID_SVX_START + 588 ) +#define SID_PARAGRAPH_LEFT_INDENT ( SID_SVX_START + 589 ) +#define SID_PARAGRAPH_RIGHT_INDENT ( SID_SVX_START + 590 ) // CAUTION! Range <591 .. 591> used by EditEngine (!) -- cgit