diff options
author | Justin Luth <justin_luth@sil.org> | 2020-02-17 12:32:59 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2020-02-18 07:45:30 +0100 |
commit | 1e8c16d0487e366c31fb07a7503687eab92f0dcc (patch) | |
tree | 5dbea078b4759f0e7843830e443cf9610a8653c2 /sw | |
parent | cb3f23082e74c291720c8cd56f23e9d752b6fe76 (diff) |
NFC tdf#120412 cleanup2: use DFLT_ESC_* more
Found in preparation for tdf#80194.
Lots of related bugfixes in LO6.4. tdf#99602, tdf#127316
Change-Id: I1effb71d0fceaad45d211ba20529457d3d7406b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88909
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/DocumentStylePoolManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx b/sw/source/core/doc/DocumentStylePoolManager.cxx index 6aab632e2cff..b25a3cd2a6d5 100644 --- a/sw/source/core/doc/DocumentStylePoolManager.cxx +++ b/sw/source/core/doc/DocumentStylePoolManager.cxx @@ -1514,7 +1514,7 @@ SwFormat* DocumentStylePoolManager::GetFormatFromPool( sal_uInt16 nId ) case RES_POOLCHR_ENDNOTE_ANCHOR: // Endnote anchor case RES_POOLCHR_FOOTNOTE_ANCHOR: // Footnote anchor { - aSet.Put( SvxEscapementItem( DFLT_ESC_AUTO_SUPER, 58, RES_CHRATR_ESCAPEMENT ) ); + aSet.Put( SvxEscapementItem( DFLT_ESC_AUTO_SUPER, DFLT_ESC_PROP, RES_CHRATR_ESCAPEMENT ) ); } break; |