diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-11 20:43:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-11 20:48:22 +0100 |
commit | f86a24c0b9d705ea0f9736969b4247736cfd69ad (patch) | |
tree | 8e18728b10be077d6424ac8ac3b11f94c4a03880 /sw | |
parent | b587fb27f4f9fb85b9f0a0cc7c8708df83cb9ac2 (diff) |
Revert "nPoolId already points to STR_POOLCOLL_TOX_AUTHORITIES1 at this point"
it does on the first loop, but the same poolid is wanted on subsequent loops
This reverts commit 6414389f8d95e76dcdf2bd9a7c2fa6dc9acd304d.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/tox/tox.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx index 4c584eea495a..b6baa1366d96 100644 --- a/sw/source/core/tox/tox.cxx +++ b/sw/source/core/tox/tox.cxx @@ -311,6 +311,8 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237# nPoolId = STR_POOLCOLL_TOX_CNTNT6; else if( TOX_USER == m_eType && 6 == i ) nPoolId = STR_POOLCOLL_TOX_USER6; + else if( TOX_AUTHORITIES == m_eType ) + nPoolId = STR_POOLCOLL_TOX_AUTHORITIES1; SetTemplate( i, SwResId( nPoolId ) ); } } |