From b232607e4558f652dd47bc834dc500103ff9f7e3 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 29 Jun 2014 00:11:19 +0200 Subject: Typo: easiear->easier Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf --- filter/source/config/cache/basecontainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') 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; -- cgit