summaryrefslogtreecommitdiff
path: root/include/comphelper/synchronousdispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/synchronousdispatch.hxx')
-rw-r--r--include/comphelper/synchronousdispatch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/synchronousdispatch.hxx b/include/comphelper/synchronousdispatch.hxx
index 3347e83c79cd..910fd6c20f2f 100644
--- a/include/comphelper/synchronousdispatch.hxx
+++ b/include/comphelper/synchronousdispatch.hxx
@@ -49,12 +49,12 @@ namespace comphelper
class SynchronousDispatch
{
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,
+ static COMPHELPER_DLLPUBLIC css::uno::Reference< css::lang::XComponent > dispatch(
+ const css::uno::Reference< css::uno::XInterface > &xStartPoint,
const OUString &sURL,
const OUString &sTarget,
const sal_Int32 nFlags,
- const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > &lArguments );
+ const css::uno::Sequence< css::beans::PropertyValue > &lArguments );
};