summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /filter
parent8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff)
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/configflush.hxx2
-rw-r--r--filter/source/config/cache/contenthandlerfactory.hxx2
-rw-r--r--filter/source/config/cache/filterfactory.hxx2
-rw-r--r--filter/source/config/cache/frameloaderfactory.hxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
5 files changed, 5 insertions, 5 deletions
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);
};