summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-07-13 06:19:12 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-07-13 10:46:23 +0200
commit30f012f416fe58454ff08cfac527ab813ff70672 (patch)
tree3fe83f515ceaccaf2d45c3d3fa05e08b6d827265 /include/test
parent4b4c14a0803c0ba0af98b888af7ad8793ea4f754 (diff)
Fix wrong names for header guard
Change-Id: Ief65b92d9d76d602ea529a3b44437a426c26f743 Reviewed-on: https://gerrit.libreoffice.org/39882 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/sheet/xcelladdressable.hxx6
-rw-r--r--include/test/sheet/xsheetannotationshapesupplier.hxx6
2 files changed, 6 insertions, 6 deletions
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: */