summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2019-08-13 11:48:22 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2019-08-14 09:59:14 +0200
commit744f70386727c78a19bd7c1de7425392b98783c7 (patch)
tree7bf22fe72dd106f1688d94646ad90a71708adb45 /sw
parent5e6d6c684ed31879b6393c12f2f7ade6355643a7 (diff)
Resolves tdf#126257 - Writer styles hierarchical organization
Index styles moved below Index Heading Change-Id: I178dcb668abe225a25ce35108b1bba4a73ffa960 Reviewed-on: https://gerrit.libreoffice.org/77394 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/poolfmt.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index 811099a7cc99..25e14f832019 100644
--- a/sw/source/core/doc/poolfmt.cxx
+++ b/sw/source/core/doc/poolfmt.cxx
@@ -282,14 +282,16 @@ sal_uInt16 GetPoolParent( sal_uInt16 nId )
case RES_POOLCOLL_REGISTER_BASE:
nRet = RES_POOLCOLL_STANDARD; break;
+ case RES_POOLCOLL_TOX_IDXH:
+ nRet = RES_POOLCOLL_HEADLINE_BASE; break;
+
case RES_POOLCOLL_TOX_USERH:
case RES_POOLCOLL_TOX_CNTNTH:
- case RES_POOLCOLL_TOX_IDXH:
case RES_POOLCOLL_TOX_ILLUSH:
case RES_POOLCOLL_TOX_OBJECTH:
case RES_POOLCOLL_TOX_TABLESH:
case RES_POOLCOLL_TOX_AUTHORITIESH:
- nRet = RES_POOLCOLL_HEADLINE_BASE; break;
+ nRet = RES_POOLCOLL_TOX_IDXH; break;
default:
nRet = RES_POOLCOLL_REGISTER_BASE; break;