From 1c080b887c1ef28cb2e98173d0121bcae3167075 Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Mon, 27 Jul 2020 21:34:57 -0800 Subject: tdf#38093 Writer outline folding - persistence Patch 6/6 that breaks down https://gerrit.libreoffice.org/c/core/+/96672 Adds persistence attribute loext:outline-content-visible Change-Id: Ide3eeee0f127a05def4d4f493bb4b469e0877b00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99657 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/xmloff/xmltoken.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xmloff/xmltoken.hxx') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 83c0f8bf3193..3f3a4f62d8ed 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1386,6 +1386,7 @@ namespace xmloff::token { XML_ORIENTATION_PORTRAIT, XML_ORIGIN, XML_ORPHANS, + XML_OUTLINE_CONTENT_VISIBLE, XML_OUTLINE_LEVEL, XML_OUTLINE_LEVEL_STYLE, XML_OUTLINE_STYLE, -- cgit