summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 00:11:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 00:11:19 +0200
commitb232607e4558f652dd47bc834dc500103ff9f7e3 (patch)
treed18641afea10d5b870d2605f2b7221d286ddafa4 /filter
parent298055aec25a71a9f45ebebdef597c8b6ccbd157 (diff)
Typo: easiear->easier
Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/basecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/basecontainer.cxx b/filter/source/config/cache/basecontainer.cxx
index 439018c2afbe..00d85e062d27 100644
--- a/filter/source/config/cache/basecontainer.cxx
+++ b/filter/source/config/cache/basecontainer.cxx
@@ -465,7 +465,7 @@ css::uno::Reference< css::container::XEnumeration > SAL_CALL BaseContainer::crea
/* Note: Its not allowed to return NULL. Because an empty enumeration
transport the same information but make no trouble outside.
- Further its easiear to work directly with the return value
+ Further its easier to work directly with the return value
instaed of checking of NULL returns! */
css::uno::Sequence< OUString > lSubSet;