Kaydet (Commit) ed65a25a authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I023be983c046a6b930882864ba843b499f7922b2
Reviewed-on: https://gerrit.libreoffice.org/72993Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 35915bc3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment