summaryrefslogtreecommitdiff
path: root/forms/source/richtext/attributedispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/attributedispatcher.cxx')
-rw-r--r--forms/source/richtext/attributedispatcher.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/richtext/attributedispatcher.cxx b/forms/source/richtext/attributedispatcher.cxx
index e5f38169cd93..7a01b3de6407 100644
--- a/forms/source/richtext/attributedispatcher.cxx
+++ b/forms/source/richtext/attributedispatcher.cxx
@@ -86,9 +86,6 @@ namespace frm
checkDisposed();
- (void)_rURL;
- (void)_rArguments;
-
OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "OAttributeDispatcher::dispatch: invalid URL!" );
SAL_WARN_IF( _rArguments.getLength(), "forms.richtext",
"OAttributeDispatcher::dispatch: found arguments, but can't handle arguments at all"
@@ -102,7 +99,6 @@ namespace frm
void OAttributeDispatcher::onAttributeStateChanged( AttributeId _nAttributeId, const AttributeState& /*_rState*/ )
{
OSL_ENSURE( _nAttributeId == m_nAttributeId, "OAttributeDispatcher::onAttributeStateChanged: wrong attribute!" );
- (void)_nAttributeId;
FeatureStateEvent aEvent( buildStatusEvent() );
::comphelper::OInterfaceIteratorHelper2 aIter( getStatusListeners() );