summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/synchronousdispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/synchronousdispatch.cxx')
-rw-r--r--comphelper/source/misc/synchronousdispatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/synchronousdispatch.cxx b/comphelper/source/misc/synchronousdispatch.cxx
index d56f78b680b6..265c052b1436 100644
--- a/comphelper/source/misc/synchronousdispatch.cxx
+++ b/comphelper/source/misc/synchronousdispatch.cxx
@@ -41,8 +41,8 @@ using namespace ::com::sun::star;
uno::Reference< lang::XComponent > SynchronousDispatch::dispatch(
const uno::Reference< uno::XInterface > &xStartPoint,
- const rtl::OUString &sURL,
- const rtl::OUString &sTarget,
+ const OUString &sURL,
+ const OUString &sTarget,
const sal_Int32 nFlags,
const uno::Sequence< beans::PropertyValue > &lArguments )
{