summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/CommandDispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/CommandDispatch.cxx')
-rw-r--r--chart2/source/controller/main/CommandDispatch.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/controller/main/CommandDispatch.cxx b/chart2/source/controller/main/CommandDispatch.cxx
index 42beadb65f8d..1907615f9bd1 100644
--- a/chart2/source/controller/main/CommandDispatch.cxx
+++ b/chart2/source/controller/main/CommandDispatch.cxx
@@ -119,8 +119,7 @@ void CommandDispatch::fireStatusEventForURL(
const OUString & rURL,
const uno::Any & rState,
bool bEnabled,
- const Reference< frame::XStatusListener > & xSingleListener, /* = 0 */
- const OUString & rFeatureDescriptor /* = OUString() */ )
+ const Reference< frame::XStatusListener > & xSingleListener /* = 0 */)
{
// prepare event to send
util::URL aURL;
@@ -134,7 +133,7 @@ void CommandDispatch::fireStatusEventForURL(
frame::FeatureStateEvent aEventToSend(
static_cast< cppu::OWeakObject* >( this ), // Source
aURL, // FeatureURL
- rFeatureDescriptor, // FeatureDescriptor
+ OUString(), // FeatureDescriptor
bEnabled, // IsEnabled
false, // Requery
rState // State