summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 23:36:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:03:23 +0200
commit9aa90b50c8906226bc480c1d228d3c6c1abd064f (patch)
treeef1e49811462f91995ef589706823c4faf26f9b8 /filter
parent22c484b5978eb47b6fd935d37b6f83cf96158528 (diff)
Fix typos
Change-Id: I94d0e85c731801b8b0ec844ae2a8f268b2f1022e Reviewed-on: https://gerrit.libreoffice.org/77256 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 8b620cacf438..aef53ed3db60 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -2049,8 +2049,8 @@ void FilterCache::impl_interpretDataVal4Filter(const OUString& sValue,
void FilterCache::impl_readOldFormat()
{
// Attention: Opening/Reading of this old configuration format has to be handled gracefully.
- // Its optional and should not disturb our normal work!
- // E.g. we must check, if the package exists ...
+ // It's optional and should not disturb our normal work!
+ // E.g. we must check, if the package exists...
try
{
css::uno::Reference< css::uno::XInterface > xInt = impl_openConfig(E_PROVIDER_OLD);