summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-02-03 15:03:50 +0200
committerTor Lillqvist <tml@collabora.com>2020-05-18 08:45:53 +0200
commit4b706110693eb10e0ee381a1b6124840255e5f86 (patch)
treee64e7d14965d89da8570ff537a381a17382d9f68 /sw/inc
parent5e6514e027b9d6dc9972f8aaf1977079982856d3 (diff)
tdf#128468: Add new UNO command "MoveTabstop"
Work in progress. Implementation still incomplete. The stuff I added in the .sdi files is mostly copy-paste without any deeper understanding. Change-Id: Iad36c20e963c9df19645a04ca4a0d9bf81f3839a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87873 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit 00db5444b2126dbf48a7ef65e702dd4b10d4f941) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94223 Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/cmdid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index f382e820cf0b..e3666c9bfeb7 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -469,7 +469,8 @@
#define FN_FORMAT_APPLY_DEFAULT (FN_FORMAT2 + 157)
#define FN_FORMAT_APPLY_TEXTBODY (FN_FORMAT2 + 158)
#define FN_REMOVE_DIRECT_CHAR_FORMATS (FN_FORMAT2 + 159)
-//free (160)
+
+#define FN_MOVE_TABSTOP (FN_FORMAT2 + 160)
// Region: Extras
#define FN_LINE_NUMBERING_DLG (FN_EXTRA + 2 ) /* */