[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 26 18:14:28 UTC 2019
filter/source/config/cache/basecontainer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ed65a25a7b06ff4aefe18cc36e8606c5f7a55f71
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:29 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 26 20:13:24 2019 +0200
Fix typo
Change-Id: I023be983c046a6b930882864ba843b499f7922b2
Reviewed-on: https://gerrit.libreoffice.org/72993
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/config/cache/basecontainer.cxx b/filter/source/config/cache/basecontainer.cxx
index 22565b276f65..a354727ca9f7 100644
--- a/filter/source/config/cache/basecontainer.cxx
+++ b/filter/source/config/cache/basecontainer.cxx
@@ -397,7 +397,7 @@ css::uno::Reference< css::container::XEnumeration > SAL_CALL BaseContainer::crea
/* Note: It's not allowed to return NULL. Because an empty enumeration
transport the same information but make no trouble outside.
Further its easier to work directly with the return value
- instaed of checking of NULL returns! */
+ instead of checking of NULL returns! */
css::uno::Sequence< OUString > lSubSet = comphelper::containerToSequence(lKeys);
::comphelper::OEnumerationByName* pEnum = new ::comphelper::OEnumerationByName(this, lSubSet);
More information about the Libreoffice-commits
mailing list