svx/source/form/fmtextcontrolshell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bcc701e7c544331f0b5992df532919232b5ae5a0 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Nov 11 15:26:51 2019 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Nov 12 09:55:32 2019 +0100 SvxOverlineItem probably should be SvxTextLineItem here Change-Id: I6d8a40f38a827c1f7644d3c9d6a3cad4481b5e7c Reviewed-on: https://gerrit.libreoffice.org/82456 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx index e709b9c7fa86..8815d1a2be99 100644 --- a/svx/source/form/fmtextcontrolshell.cxx +++ b/svx/source/form/fmtextcontrolshell.cxx @@ -837,7 +837,7 @@ namespace svx const SfxPoolItem* pItem = aToggled.GetItem( nWhich ); if ( ( SID_ATTR_CHAR_UNDERLINE == nSlot ) || ( SID_ATTR_CHAR_OVERLINE == nSlot ) ) { - const SvxOverlineItem* pTextLine = dynamic_cast<const SvxOverlineItem*>( pItem ); + const SvxTextLineItem* pTextLine = dynamic_cast<const SvxTextLineItem*>( pItem ); DBG_ASSERT( pTextLine, "FmTextControlShell::ExecuteTextAttribute: ooops - no underline/overline item!" ); if ( pTextLine ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits