diff options
author | ayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org> | 2020-01-11 15:54:49 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-02-02 15:40:45 +0100 |
commit | 0298a702b32bdc4c4711cf31461169e549153b39 (patch) | |
tree | ded77f5bcebc37036c1cd6872a5a50238109dc76 /sw/source/ui/index | |
parent | 220cdd6f2c178a115dd2776658fdaaf826315eed (diff) |
tdf#129568 Rename Default Style to Default Paragraph/Page/Table Style
Change-Id: I21672c9b78e52c3c9b2687cb2c0ab21dcf67f19a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86538
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 2 |
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); |