From 04a7ac6f062e9296eb643180cf54345bcdb260c4 Mon Sep 17 00:00:00 2001 From: Pallavi Jadhav Date: Thu, 26 Dec 2013 19:08:16 +0530 Subject: fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT. Issue : DOCX contatining TOC Code field '\u' was not getting preserved after RT. Implementation : 1] Provided import & export support for TOC field flag '\u'. 2] Written export Unit Test for code field '\u'. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7202 Change-Id: I43872c7db21c25e0586bf874d5bb0c9115ab76af --- sw/inc/tox.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc/tox.hxx') diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index 4a60fc3117a8..9e4efebfe05a 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -393,6 +393,7 @@ namespace nsSwTOXElement const SwTOXElement TOX_TAB_IN_TOC = 512; const SwTOXElement TOX_BOOKMARK = 1024; const SwTOXElement TOX_NEWLINE = 2048; + const SwTOXElement TOX_PARAGRAPH_OUTLINE_LEVEL = 4096; } typedef sal_uInt16 SwTOIOptions; -- cgit