summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-04-01 09:21:39 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-01 10:07:21 +0200
commitf15c6c5d2947a61e6521471b6b7541812953efc3 (patch)
tree14611c291253fbb920b1305d1ffb56866714f6f4 /include/svtools
parentUse isEmpty instead of comparing getLength to 0 (ucb) (diff)
downloadcore-f15c6c5d2947a61e6521471b6b7541812953efc3.tar.gz
core-f15c6c5d2947a61e6521471b6b7541812953efc3.zip
tdf#140343 sw page rtl gutter margin: add RTF filter
Map to the \rtlgutter section flag. This means that now rtl gutter is handled for all Word formats. Change-Id: I4c2c12b7df2ce2109d4d638df71e6b7f322afe52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113439 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/rtfkeywd.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/rtfkeywd.hxx b/include/svtools/rtfkeywd.hxx
index b02395e45a5d..113faa14389e 100644
--- a/include/svtools/rtfkeywd.hxx
+++ b/include/svtools/rtfkeywd.hxx
@@ -1224,5 +1224,6 @@
#define LO_STRING_SVTOOLS_RTF_SAAUTO "\\saauto"
#define LO_STRING_SVTOOLS_RTF_HTMAUTSP "\\htmautsp"
#define LO_STRING_SVTOOLS_RTF_GUTTERPRL "\\gutterprl"
+#define LO_STRING_SVTOOLS_RTF_RTLGUTTER "\\rtlgutter"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */