From a03bc509cd19011043c340b893e7b00c7937423c Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Fri, 3 Jul 2020 16:36:10 +0200 Subject: tdf#134478 Refactor dumping of EditEngine data - document key combinations in README - dump data into workdir as editenginedump.log - move as static function into EditEngine class - get rid of the EditDbg class and editdbg.hxx Change-Id: I965f0143a9a275a289b202f54c0ea65da63c52f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97873 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- forms/source/richtext/parametrizedattributedispatcher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/richtext') diff --git a/forms/source/richtext/parametrizedattributedispatcher.cxx b/forms/source/richtext/parametrizedattributedispatcher.cxx index b0aee41fc379..d6666e2b0262 100644 --- a/forms/source/richtext/parametrizedattributedispatcher.cxx +++ b/forms/source/richtext/parametrizedattributedispatcher.cxx @@ -75,7 +75,7 @@ namespace frm if ( !getEditView() ) return; - SfxItemSet aEmptySet( const_cast< EditView* >( getEditView() )->GetEmptyItemSet() ); + SfxItemSet aEmptySet(getEditView()->GetEmptyItemSet()); Sequence< PropertyValue > aUnoStateDescription; if ( _rState.getItem() ) { -- cgit