summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/synchronousdispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/synchronousdispatch.hxx')
-rw-r--r--comphelper/inc/comphelper/synchronousdispatch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/synchronousdispatch.hxx b/comphelper/inc/comphelper/synchronousdispatch.hxx
index 3b3f4a6e4482..fc5c5fe59f4b 100644
--- a/comphelper/inc/comphelper/synchronousdispatch.hxx
+++ b/comphelper/inc/comphelper/synchronousdispatch.hxx
@@ -52,8 +52,8 @@ namespace comphelper
public:
static COMPHELPER_DLLPUBLIC com::sun::star::uno::Reference< com::sun::star::lang::XComponent > dispatch(
const com::sun::star::uno::Reference< com::sun::star::uno::XInterface > &xStartPoint,
- const rtl::OUString &sURL,
- const rtl::OUString &sTarget,
+ const OUString &sURL,
+ const OUString &sTarget,
const sal_Int32 nFlags,
const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > &lArguments );
};