diff options
author | Rahul Gurung <gurungrahul2@gmail.com> | 2018-09-16 09:43:16 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-09-21 04:13:26 +0200 |
commit | db3d55152b32e7545638cf0e6d3996def140bcf7 (patch) | |
tree | f658434e1b28d4c0faa593d36e42c71ee9956dd6 /include/test | |
parent | 3208fcb3a36d75d6290d9c548430682f153b09db (diff) |
fix typo
i had mistakenly wrote
wrong modules which is
fixed in this patch
Change-Id: I2747810f449b245b29288cf48cecd6e319df7c6a
Reviewed-on: https://gerrit.libreoffice.org/60545
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/container/xchild.hxx | 6 | ||||
-rw-r--r-- | include/test/util/xmergeable.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/test/container/xchild.hxx b/include/test/container/xchild.hxx index 2128b40390e3..60efed6fc22e 100644 --- a/include/test/container/xchild.hxx +++ b/include/test/container/xchild.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_TEST_TABLE_XCHILD_HXX -#define INCLUDED_TEST_TABLE_XCHILD_HXX +#ifndef INCLUDED_TEST_CONTAINER_XCHILD_HXX +#define INCLUDED_TEST_CONTAINER_XCHILD_HXX #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> @@ -29,6 +29,6 @@ protected: }; } -#endif // INCLUDED_TEST_TABLE_XCHILD_HXX +#endif // INCLUDED_TEST_CONTAINER_XCHILD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/include/test/util/xmergeable.hxx b/include/test/util/xmergeable.hxx index 046c5df40b0c..9ed2d479be61 100644 --- a/include/test/util/xmergeable.hxx +++ b/include/test/util/xmergeable.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_TEST_TABLE_XMERGEABLE_HXX -#define INCLUDED_TEST_TABLE_XMERGEABLE_HXX +#ifndef INCLUDED_TEST_UTIL_XMERGEABLE_HXX +#define INCLUDED_TEST_UTIL_XMERGEABLE_HXX #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> @@ -29,6 +29,6 @@ protected: }; } -#endif // INCLUDED_TEST_TABLE_XMERGEABLE_HXX +#endif // INCLUDED_TEST_UTIL_XMERGEABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |