summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-21 11:09:44 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-22 02:03:13 +0200
commitb86ef3b7fa3713031858f7d39c084445a5976a83 (patch)
tree606bb783e015f7ab5881048af0305ed28664694a /filter
parentccc7d6de630ad7d59dbde65c44f81ad749cb556b (diff)
Fix typos
Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95 Reviewed-on: https://gerrit.libreoffice.org/57761 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index c173b2941741..dd2c3fdc35a0 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -913,7 +913,7 @@ css::uno::Reference< css::uno::XInterface > FilterCache::impl_createConfigAccess
xCfg = xConfigProvider->createInstanceWithArguments(SERVICE_CONFIGURATIONUPDATEACCESS,
comphelper::containerToSequence(lParams));
- // If configuration could not be opened ... but factory method does not throwed an exception
+ // If configuration could not be opened... but factory method did not throw an exception
// trigger throwing of our own CorruptedFilterConfigurationException.
// Let message empty. The normal exception text show enough information to the user.
if (! xCfg.is())