summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-04 21:39:39 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-05 11:03:10 +0100
commitdbe0201d3aede56e2bda475dd308a891841b98a4 (patch)
treea94c25e6f89e23eb18618f9e92d87245b2cd1f14 /filter
parentadf0738d2dbfa742d0e9ef130954fb4638a8e90d (diff)
Fix typos
Change-Id: I766862d255ac285329ae423629c7445837ddd55f Reviewed-on: https://gerrit.libreoffice.org/47280 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 79af348702e0..13f779e4a533 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -1285,7 +1285,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
{
// Attention! If config couldn't be opened successfully
// and exception os thrown automatically and must be forwarded
- // to our calli ...
+ // to our caller...
css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
{
SAL_INFO( "filter.config", "FilterCache::load std");
@@ -1302,7 +1302,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
{
// Attention! If config couldn't be opened successfully
// and exception os thrown automatically and must be forwarded
- // to our calli ...
+ // to our call...
css::uno::Reference< css::container::XNameAccess > xTypes(impl_openConfig(E_PROVIDER_TYPES), css::uno::UNO_QUERY_THROW);
{
SAL_INFO( "filter.config", "FilterCache::load all types");
@@ -1319,7 +1319,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
{
// Attention! If config couldn't be opened successfully
// and exception os thrown automatically and must be forwarded
- // to our calli ...
+ // to our call...
css::uno::Reference< css::container::XNameAccess > xFilters(impl_openConfig(E_PROVIDER_FILTERS), css::uno::UNO_QUERY_THROW);
{
SAL_INFO( "filter.config", "FilterCache::load all filters");
@@ -1336,7 +1336,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
{
// Attention! If config couldn't be opened successfully
// and exception os thrown automatically and must be forwarded
- // to our calli ...
+ // to our call...
css::uno::Reference< css::container::XNameAccess > xLoaders(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
{
SAL_INFO( "filter.config", "FilterCache::load all frame loader");
@@ -1345,7 +1345,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
}
- // d) We need all content handler information ...
+ // d) We need all content handler information...
if (
((eRequiredState & E_CONTAINS_CONTENTHANDLERS) == E_CONTAINS_CONTENTHANDLERS) &&
((m_eFillState & E_CONTAINS_CONTENTHANDLERS) != E_CONTAINS_CONTENTHANDLERS)
@@ -1353,7 +1353,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
{
// Attention! If config couldn't be opened successfully
// and exception os thrown automatically and must be forwarded
- // to our calli ...
+ // to our call...
css::uno::Reference< css::container::XNameAccess > xHandlers(impl_openConfig(E_PROVIDER_OTHERS), css::uno::UNO_QUERY_THROW);
{
SAL_INFO( "filter.config", "FilterCache::load all content handler");