From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- filter/source/config/cache/configflush.hxx | 2 +- filter/source/config/cache/contenthandlerfactory.hxx | 2 +- filter/source/config/cache/filterfactory.hxx | 2 +- filter/source/config/cache/frameloaderfactory.hxx | 2 +- filter/source/config/cache/typedetection.hxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'filter') diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx index 5d0d8de84195..5b2e2a31d270 100644 --- a/filter/source/config/cache/configflush.hxx +++ b/filter/source/config/cache/configflush.hxx @@ -87,7 +87,7 @@ class ConfigFlush final : public BaseLock virtual void SAL_CALL removeRefreshListener(const css::uno::Reference< css::util::XRefreshListener >& xListener) override; - // interface to register/create this instance as an UNO service + // interface to register/create this instance as a UNO service static OUString impl_getImplementationName(); static css::uno::Sequence< OUString > impl_getSupportedServiceNames(); static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR); diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx index 276287eb7e90..e6cdc59b4826 100644 --- a/filter/source/config/cache/contenthandlerfactory.hxx +++ b/filter/source/config/cache/contenthandlerfactory.hxx @@ -111,7 +111,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper< BaseContaine this new instance. It should be passed to the new object so it can be used internally to create own needed uno resources. - @return The new instance of this service as an uno reference. + @return The new instance of this service as a uno reference. */ static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR); diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx index 8548a14a7b0e..45a7b5a3d50b 100644 --- a/filter/source/config/cache/filterfactory.hxx +++ b/filter/source/config/cache/filterfactory.hxx @@ -169,7 +169,7 @@ class FilterFactory : public ::cppu::ImplInheritanceHelper< BaseContainer this new instance. It should be passed to the new object so it can be used internally to create own needed uno resources. - @return The new instance of this service as an uno reference. + @return The new instance of this service as a uno reference. */ static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR); }; diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx index 9d803a63890c..7e3c7addcba9 100644 --- a/filter/source/config/cache/frameloaderfactory.hxx +++ b/filter/source/config/cache/frameloaderfactory.hxx @@ -111,7 +111,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer this new instance. It should be passed to the new object so it can be used internally to create own needed uno resources. - @return The new instance of this service as an uno reference. + @return The new instance of this service as a uno reference. */ static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR); diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index bbe95a76400e..fe327a3b2c3f 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -366,7 +366,7 @@ public: this new instance. It should be passed to the new object so it can be used internally to create own needed uno resources. - @return The new instance of this service as an uno reference. + @return The new instance of this service as a uno reference. */ static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR); }; -- cgit v1.2.3