diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-03 11:20:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-06 19:16:40 +0000 |
commit | c2034f3993ab0e6f4550f3059b3229bc319b6b56 (patch) | |
tree | a9686292b74bc75bfeb09a733f08cf97183631a1 /include/test | |
parent | 0ed60a973753d143158c5b17c781bac07bfc3827 (diff) |
fixincludeguards: fix include guards
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b
Reviewed-on: https://gerrit.libreoffice.org/9629
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/mtfxmldump.hxx | 4 | ||||
-rw-r--r-- | include/test/sheet/xgoalseek.hxx | 6 | ||||
-rw-r--r-- | include/test/xmlwriter.hxx | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/include/test/mtfxmldump.hxx b/include/test/mtfxmldump.hxx index e630a4c84c9d..9da10c207ca2 100644 --- a/include/test/mtfxmldump.hxx +++ b/include/test/mtfxmldump.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef MFTXMLDUMP_HXX -#define MFTXMLDUMP_HXX +#ifndef INCLUDED_TEST_MTFXMLDUMP_HXX +#define INCLUDED_TEST_MTFXMLDUMP_HXX #include <sal/config.h> #include <test/testdllapi.hxx> diff --git a/include/test/sheet/xgoalseek.hxx b/include/test/sheet/xgoalseek.hxx index 0f91efb03a52..cb984f20fb66 100644 --- a/include/test/sheet/xgoalseek.hxx +++ b/include/test/sheet/xgoalseek.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDE_TEST_SHEET_XGOALSEEK_HXX -#define INCLUDE_TEST_SHEET_XGOALSEEK_HXX +#ifndef INCLUDED_TEST_SHEET_XGOALSEEK_HXX +#define INCLUDED_TEST_SHEET_XGOALSEEK_HXX #include <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -28,6 +28,6 @@ protected: } -#endif // INCLUDE_TEST_SHEET_XGOALSEEK_HXX +#endif // INCLUDED_TEST_SHEET_XGOALSEEK_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/xmlwriter.hxx b/include/test/xmlwriter.hxx index 1f5bfc729986..894c9286a1b7 100644 --- a/include/test/xmlwriter.hxx +++ b/include/test/xmlwriter.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef XML_WRITER_HXX -#define XML_WRITER_HXX +#ifndef INCLUDED_TEST_XMLWRITER_HXX +#define INCLUDED_TEST_XMLWRITER_HXX #include <test/testdllapi.hxx> @@ -40,6 +40,6 @@ public: void content(const OUString& aValue); }; -#endif // XML_WRITER_HXX +#endif // INCLUDED_TEST_XMLWRITER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |