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/frmdlg | |
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/frmdlg')
-rw-r--r-- | sw/source/ui/frmdlg/cption.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx index b8860053de0c..135eefb21216 100644 --- a/sw/source/ui/frmdlg/cption.cxx +++ b/sw/source/ui/frmdlg/cption.cxx @@ -160,7 +160,7 @@ SwCaptionDialog::SwCaptionDialog( vcl::Window *pParent, SwView &rV ) : sal_uInt16 nPoolId = 0; if (eType & SelectionType::Graphic) { - nPoolId = RES_POOLCOLL_LABEL_ABB; + nPoolId = RES_POOLCOLL_LABEL_FIGURE; sString = ::GetOldGrfCat(); bCopyAttributes = true; sObjectName = rSh.GetFlyName(); |