From 5b6a41f44663590a878abed3d857d762ab3c4895 Mon Sep 17 00:00:00 2001 From: PriyankaGaikwad Date: Thu, 2 Jan 2014 14:52:46 +0530 Subject: fdo#69613:Fix for TOC field flag 'b' should preserved after RT. (This is partial fix for this bug) Implementation : Provided import & export support for TOC field flag '\b'. XML file difference : Before : TOC After : TOC \b "bookmark111" \o "1-9" \o "1-9" \h Conflicts: sw/inc/tox.hxx sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/unocore/unomap.cxx sw/source/filter/ww8/ww8atr.cxx writerfilter/source/dmapper/DomainMapper_Impl.cxx writerfilter/source/dmapper/PropertyIds.cxx writerfilter/source/dmapper/PropertyIds.hxx Reviewed on: https://gerrit.libreoffice.org/7256 Change-Id: I194ba95ca8f25234c0d2a14570fd47eac518b9c5 --- sw/inc/unomap.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc/unomap.hxx') diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index e9e63a78218d..f0b72598e59b 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -218,6 +218,7 @@ #define WID_TEXT_READING 1058 #define WID_PRIMARY_KEY_READING 1059 #define WID_SECONDARY_KEY_READING 1060 +#define WID_TOC_BOOKMARK 1061 // Text document #define WID_DOC_CHAR_COUNT 1000 -- cgit