diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-07-03 16:36:10 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-07-14 16:19:53 +0200 |
commit | a03bc509cd19011043c340b893e7b00c7937423c (patch) | |
tree | 395fc6ebb1a4d06a2310c147f0472f2b056c5fd4 /forms | |
parent | d52fab0e1cb80fb1be775887585fede5dfffb60f (diff) |
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 <glogow@fbihome.de>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/richtext/parametrizedattributedispatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() ) { |