diff options
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(); |