diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-02-05 17:27:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-02-06 15:16:38 +0100 |
commit | faf0635def4ef603563f7288cb29d24e3f2ce1e3 (patch) | |
tree | 4a10ec120eefeacfe4ddfcb273da925f9b30d9ee /include/svtools | |
parent | e1d217b086e8c47efc5ced4c490062956d564e3f (diff) |
tdf#91920 sw page gutter margin, from top: add RTF export
The documentation for \gutterprl is "Parallel gutter.", but it seems
that's what Word use to convert between RTF and DOCX's <w:gutterAtTop/>.
Change-Id: I06d80f234c6f52950db8a047bfc88910b808977d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110484
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/rtfkeywd.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/rtfkeywd.hxx b/include/svtools/rtfkeywd.hxx index 1f96630cb4f8..b02395e45a5d 100644 --- a/include/svtools/rtfkeywd.hxx +++ b/include/svtools/rtfkeywd.hxx @@ -1223,5 +1223,6 @@ #define LO_STRING_SVTOOLS_RTF_SBAUTO "\\sbauto" #define LO_STRING_SVTOOLS_RTF_SAAUTO "\\saauto" #define LO_STRING_SVTOOLS_RTF_HTMAUTSP "\\htmautsp" +#define LO_STRING_SVTOOLS_RTF_GUTTERPRL "\\gutterprl" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |