include/test/sheet/xcelladdressable.hxx | 6 +++--- include/test/sheet/xsheetannotationshapesupplier.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit 30f012f416fe58454ff08cfac527ab813ff70672 Author: Jens Carl <j.car...@gmx.de> Date: Thu Jul 13 06:19:12 2017 +0000 Fix wrong names for header guard Change-Id: Ief65b92d9d76d602ea529a3b44437a426c26f743 Reviewed-on: https://gerrit.libreoffice.org/39882 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/include/test/sheet/xcelladdressable.hxx b/include/test/sheet/xcelladdressable.hxx index cf2da7eadc1f..00d26a3b9119 100644 --- a/include/test/sheet/xcelladdressable.hxx +++ b/include/test/sheet/xcelladdressable.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDE_TEST_SHEET_XCELLADDRESSABLE_HXX -#define INCLUDE_TEST_SHEET_XCELLADDRESSABLE_HXX +#ifndef INCLUDED_TEST_SHEET_XCELLADDRESSABLE_HXX +#define INCLUDED_TEST_SHEET_XCELLADDRESSABLE_HXX #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> @@ -30,6 +30,6 @@ public: } -#endif // INCLUDE_TEST_SHEET_XCELLADDRESSABLE_HXX +#endif // INCLUDED_TEST_SHEET_XCELLADDRESSABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xsheetannotationshapesupplier.hxx b/include/test/sheet/xsheetannotationshapesupplier.hxx index ff569df07f56..704f9f1516d5 100644 --- a/include/test/sheet/xsheetannotationshapesupplier.hxx +++ b/include/test/sheet/xsheetannotationshapesupplier.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDE_TEST_SHEET_XSHEETANNOTATIONSHAPESUPPLIER_HXX -#define INCLUDE_TEST_SHEET_XSHEETANNOTATIONSHAPESUPPLIER_HXX +#ifndef INCLUDED_TEST_SHEET_XSHEETANNOTATIONSHAPESUPPLIER_HXX +#define INCLUDED_TEST_SHEET_XSHEETANNOTATIONSHAPESUPPLIER_HXX #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> @@ -30,6 +30,6 @@ public: } -#endif // INCLUDE_TEST_SHEET_XSHEETANNOTATIONSHAPESUPPLIER_HXX +#endif // INCLUDED_TEST_SHEET_XSHEETANNOTATIONSHAPESUPPLIER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits