diff options
author | Nickson Thanda <nicksonthanda10@msn.com> | 2018-03-31 01:00:56 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-04-04 00:03:22 +0200 |
commit | 28012351ae273d41af548a29a14d9d842e66f6f6 (patch) | |
tree | a6f184aa0339e617d7ead3a7dd4430a63febb337 /sw/source/ui/config | |
parent | e2e3118465411448a3b1f5e56c3456384c009f99 (diff) |
tdf#58407 Inserted images are now called Figure by default in caption
Created a new field type called Figure
Change-Id: Ic7f3d3b878d03f4d6a98727db489e48158f946a1
Reviewed-on: https://gerrit.libreoffice.org/52178
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r-- | sw/source/ui/config/optload.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 1ea83ac0cccb..15b79ed60001 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -487,6 +487,7 @@ SwCaptionOptPage::SwCaptionOptPage(vcl::Window* pParent, const SfxItemSet& rSet) SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_TABLE, m_sTable); SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_FRAME, m_sText); SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_DRAWING, m_sDrawing); + SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_FIGURE, m_sFigure); SwWrtShell* pSh = ::GetActiveWrtShell(); |