From 143de4b1a9d6c45dce55c6c40061643c965492c6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 5 Mar 2022 20:48:20 +0000 Subject: os thrown -> is thrown Change-Id: I114bb29c59ad9a4b20ca3f34b057b02d439fbd77 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131067 Tested-by: Jenkins Reviewed-by: Julien Nabet --- filter/source/config/cache/filtercache.cxx | 10 +++++----- 1 file 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); { -- cgit