summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/parametrizedattributedispatcher.cxx2
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() )
{