summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 18:29:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-06-15 06:53:19 +0000
commitc3c45ff7efcd8b22be64af410befbfa5cc330f6f (patch)
treebcbc2f2d62f851488f43beba254a3773dce6c863 /filter
parentb4b71d20e33b82d377e287f0e5cf07b7e6182e78 (diff)
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index f932275e1c6b..1adb87fa328c 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -241,7 +241,7 @@ class FilterCache : public BaseLock
/// type property names for filter config keyed by EReadOption
css::uno::Sequence< OUString > m_aTypeProps[4];
- /// readonly acccess to the module configuration of OOo
+ /// readonly access to the module configuration of OOo
css::uno::Reference< css::container::XNameAccess > m_xModuleCfg;
rtl::Reference< CacheUpdateListener > m_xTypesChglisteners;