From 1b62841b1859ae3443e2bf1ebe99ec3d6afb6cc2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Oct 2015 12:51:29 +0200 Subject: com::sun::star->css in include/comphelper Change-Id: Ice569b724732da1fd67a18a4ccf2f92f530cd689 Reviewed-on: https://gerrit.libreoffice.org/19459 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/comphelper/synchronousdispatch.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/comphelper/synchronousdispatch.hxx') 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 ); }; -- cgit