filter/source/config/cache/basecontainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ed65a25a7b06ff4aefe18cc36e8606c5f7a55f71 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue May 14 21:24:29 2019 +0000 Commit: Julien Nabet <serval2...@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 <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits