summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-11 20:43:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-06-11 20:48:22 +0100
commitf86a24c0b9d705ea0f9736969b4247736cfd69ad (patch)
tree8e18728b10be077d6424ac8ac3b11f94c4a03880 /sw/source/core/tox
parentb587fb27f4f9fb85b9f0a0cc7c8708df83cb9ac2 (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/source/core/tox')
-rw-r--r--sw/source/core/tox/tox.cxx2
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 ) );
}
}