diff options
author | Pallavi Jadhav <pallavi.jadhav@synerzip.com> | 2013-12-26 19:08:16 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-20 09:24:46 +0100 |
commit | 04a7ac6f062e9296eb643180cf54345bcdb260c4 (patch) | |
tree | cc5b41a453838afffd12eb8831ffaf318750d397 /sw/inc/tox.hxx | |
parent | 96bffb32ec50ecd43f2e7cc3c3df60a0c9cadfc9 (diff) |
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
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |