summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorNickson Thanda <nicksonthanda10@msn.com>2018-05-15 13:44:37 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2018-06-05 19:24:06 +0200
commit348fc7698194702ef14ce0701583dc714d04234c (patch)
tree8808ea9ea8e472a28c34a08bf4270e710b673b73 /sw/source/ui
parenteb65a8c54f56abc8ba66f9cbc779cd20e4740933 (diff)
tdf#117013 renamed Illustration Index to Table of Figures
Illustration Index has been renamed to Table of Figures Default category changed from Illustration to Figures Change-Id: I2c4fbf4036c245ea98cda4e3652c300449abd4b1 Reviewed-on: https://gerrit.libreoffice.org/54372 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Heiko Tietze <tietze.heiko@gmail.com> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> (cherry picked from commit f8b59486ca61d8e4471fac2bff3441526921dba0) Reviewed-on: https://gerrit.libreoffice.org/55336
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 79eeb008953c..b3541e151d4b 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -1345,7 +1345,7 @@ IMPL_LINK(SwTOXSelectTabPage, TOXTypeHdl, ListBox&, rBox, void)
if( nType & TO_ILLUSTRATION )
{
m_pCaptionSequenceLB->SelectEntry( SwStyleNameMapper::GetUIName(
- RES_POOLCOLL_LABEL_ABB, OUString() ));
+ RES_POOLCOLL_LABEL_FIGURE, OUString() ));
}
else if( nType & TO_TABLE )
{