include/test/container/xenumeration.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 8e0f44bf5b0687b4429e2900d22225993047367d Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 14 08:53:00 2018 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 14 15:08:06 2018 +0100 Fix typo in code It passed "make check" on Linux Change-Id: I6a8f97f088cef39345372ce2d726ad8fb7c051ee Reviewed-on: https://gerrit.libreoffice.org/63356 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/include/test/container/xenumeration.hxx b/include/test/container/xenumeration.hxx index 889519229e63..0d39a0dc98f8 100644 --- a/include/test/container/xenumeration.hxx +++ b/include/test/container/xenumeration.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_TEST_CONTAINER_XENUMERAION_HXX -#define INCLUDED_TEST_CONTAINER_XENUMERAION_HXX +#ifndef INCLUDED_TEST_CONTAINER_XENUMERATION_HXX +#define INCLUDED_TEST_CONTAINER_XENUMERATION_HXX #include <com/sun/star/uno/XInterface.hpp> @@ -31,6 +31,6 @@ protected: }; } // namespace apitest -#endif // INCLUDED_TEST_CONTAINER_XENUMERAION_HXX +#endif // INCLUDED_TEST_CONTAINER_XENUMERATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
