summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-07 17:25:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-08 10:43:55 +0100
commit4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b (patch)
tree9637c8e53f49185b4fae52116c8eb31dcc7b1fb0 /filter
parentchart2: replace for_each with range-based for (diff)
downloadcore-4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b.tar.gz
core-4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b.zip
full fill mostly fulfill
Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
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 e70e06a921e6..a98684957065 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -324,7 +324,7 @@ class FilterCache : public BaseLock
@throw An exception if the cache could not be filled really
or seems to be invalid afterwards. But there is no reaction
at all if this method does nothing inside, because the cache
- is already full filled!
+ is already fully filled!
*/
void load(EFillState eRequired)
throw(css::uno::Exception);