[Libreoffice-commits] core.git: include/test
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 21 02:14:01 UTC 2018
include/test/container/xchild.hxx | 6 +++---
include/test/util/xmergeable.hxx | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit db3d55152b32e7545638cf0e6d3996def140bcf7
Author: Rahul Gurung <gurungrahul2 at gmail.com>
AuthorDate: Sun Sep 16 09:43:16 2018 +0530
Commit: Markus Mohrhard <markus.mohrhard at googlemail.com>
CommitDate: Fri Sep 21 04:13:26 2018 +0200
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 at googlemail.com>
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: */
More information about the Libreoffice-commits
mailing list