summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/index/cnttab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index d5aa63eeeae6..60ced0cbbf30 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -2516,7 +2516,7 @@ void SwTOXEntryTabPage::SetWrtShell(SwWrtShell& rSh)
{
SwDocShell* pDocSh = rSh.GetView().GetDocShell();
::FillCharStyleListBox(*m_xCharStyleLB, pDocSh, true, true);
- const OUString sDefault(SwResId(STR_POOLCOLL_STANDARD));
+ const OUString sDefault(SwResId(STR_POOLCHR_STANDARD));
for (int i = 0, nCount = m_xCharStyleLB->get_count(); i < nCount; ++i)
{
const OUString sEntry = m_xCharStyleLB->get_text(i);