summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/FeatureCommandDispatchBase.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2009-10-21 12:52:00 +0000
committerThomas Benisch <tbe@openoffice.org>2009-10-21 12:52:00 +0000
commit4d3c143900d87f23cb4e66f1ebf9e0dae0541e0f (patch)
treeabde0b618ab7de4a640e30bc6df3476e8571d212 /chart2/source/controller/main/FeatureCommandDispatchBase.cxx
parent5a4bff35861e2ecad52a6fbb056028a5e1224f5a (diff)
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/main/FeatureCommandDispatchBase.cxx')
-rw-r--r--chart2/source/controller/main/FeatureCommandDispatchBase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/FeatureCommandDispatchBase.cxx b/chart2/source/controller/main/FeatureCommandDispatchBase.cxx
index 4aa452d9dd67..185d457b84af 100644
--- a/chart2/source/controller/main/FeatureCommandDispatchBase.cxx
+++ b/chart2/source/controller/main/FeatureCommandDispatchBase.cxx
@@ -57,9 +57,9 @@ void FeatureCommandDispatchBase::initialize()
fillSupportedFeatures();
}
-bool FeatureCommandDispatchBase::isFeatureSupported( const util::URL& rURL ) const
+bool FeatureCommandDispatchBase::isFeatureSupported( const ::rtl::OUString& rCommandURL )
{
- SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rURL.Complete );
+ SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommandURL );
if ( aIter != m_aSupportedFeatures.end() )
{
return true;