diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-14 08:53:00 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-14 15:08:06 +0100 |
commit | 8e0f44bf5b0687b4429e2900d22225993047367d (patch) | |
tree | c7183d1e360c16daa24447fbcf06a93054bfc9c1 /include/test/container/xenumeration.hxx | |
parent | 6eff96fa686d71f90478c262e5522a905ca3eff2 (diff) |
Fix typo in code
It passed "make check" on Linux
Change-Id: I6a8f97f088cef39345372ce2d726ad8fb7c051ee
Reviewed-on: https://gerrit.libreoffice.org/63356
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/test/container/xenumeration.hxx')
-rw-r--r-- | include/test/container/xenumeration.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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: */ |