diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-05 20:48:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-06 10:39:02 +0100 |
commit | 143de4b1a9d6c45dce55c6c40061643c965492c6 (patch) | |
tree | c65abd71ab4c768ca17a37ac4738ee0096bd1c34 | |
parent | 05502f78ed0d406ff50d43a39c05f7bb990001e9 (diff) |
os thrown -> is thrown
Change-Id: I114bb29c59ad9a4b20ca3f34b057b02d439fbd77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131067
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | filter/source/config/cache/filtercache.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx index 4cfda1dc8b10..eb602355ce20 100644 --- a/filter/source/config/cache/filtercache.cxx +++ b/filter/source/config/cache/filtercache.cxx @@ -1272,7 +1272,7 @@ void FilterCache::impl_load(EFillState eRequiredState) ) { // Attention! If config couldn't be opened successfully - // and exception os thrown automatically and must be forwarded + // and exception is thrown automatically and must be forwarded // to our caller... css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW); { @@ -1289,7 +1289,7 @@ void FilterCache::impl_load(EFillState eRequiredState) ) { // Attention! If config couldn't be opened successfully - // and exception os thrown automatically and must be forwarded + // and exception is thrown automatically and must be forwarded // to our call... css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW); { @@ -1306,7 +1306,7 @@ void FilterCache::impl_load(EFillState eRequiredState) ) { // Attention! If config couldn't be opened successfully - // and exception os thrown automatically and must be forwarded + // and exception is thrown automatically and must be forwarded // to our call... css::uno::Reference< css::container::XNameAccess > xFilters(impl_openConfig(E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW); { @@ -1323,7 +1323,7 @@ void FilterCache::impl_load(EFillState eRequiredState) ) { // Attention! If config couldn't be opened successfully - // and exception os thrown automatically and must be forwarded + // and exception is thrown automatically and must be forwarded // to our call... css::uno::Reference< css::container::XNameAccess > xLoaders(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW); { @@ -1340,7 +1340,7 @@ void FilterCache::impl_load(EFillState eRequiredState) ) { // Attention! If config couldn't be opened successfully - // and exception os thrown automatically and must be forwarded + // and exception is thrown automatically and must be forwarded // to our call... css::uno::Reference< css::container::XNameAccess > xHandlers(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW); { |