summaryrefslogtreecommitdiff
path: root/forms/source/helper/controlfeatureinterception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/controlfeatureinterception.cxx')
-rw-r--r--forms/source/helper/controlfeatureinterception.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/helper/controlfeatureinterception.cxx b/forms/source/helper/controlfeatureinterception.cxx
index a5d02d5ca60a..e385d51f38d1 100644
--- a/forms/source/helper/controlfeatureinterception.cxx
+++ b/forms/source/helper/controlfeatureinterception.cxx
@@ -130,7 +130,7 @@ namespace frm
}
}
//--------------------------------------------------------------------
- Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL, const ::rtl::OUString& _rTargetFrameName, ::sal_Int32 _nSearchFlags ) SAL_THROW((RuntimeException))
+ Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL, const OUString& _rTargetFrameName, ::sal_Int32 _nSearchFlags ) SAL_THROW((RuntimeException))
{
Reference< XDispatch > xDispatcher;
if ( m_xFirstDispatchInterceptor.is() )
@@ -141,7 +141,7 @@ namespace frm
//--------------------------------------------------------------------
Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL ) SAL_THROW((RuntimeException))
{
- return queryDispatch( _rURL, ::rtl::OUString(), 0 );
+ return queryDispatch( _rURL, OUString(), 0 );
}
//--------------------------------------------------------------------