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 /salhelper | |
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 'salhelper')
-rw-r--r-- | salhelper/test/Symbols/samplelib.hxx | 4 | ||||
-rw-r--r-- | salhelper/test/dynamicloader/samplelib.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/salhelper/test/Symbols/samplelib.hxx b/salhelper/test/Symbols/samplelib.hxx index 7ba44405b7a0..e2d956591bb5 100644 --- a/salhelper/test/Symbols/samplelib.hxx +++ b/salhelper/test/Symbols/samplelib.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __SAMPLELIB_HXX_ -#define __SAMPLELIB_HXX_ +#ifndef INCLUDED_SALHELPER_TEST_SYMBOLS_SAMPLELIB_HXX +#define INCLUDED_SALHELPER_TEST_SYMBOLS_SAMPLELIB_HXX #include <sal/types.h> diff --git a/salhelper/test/dynamicloader/samplelib.hxx b/salhelper/test/dynamicloader/samplelib.hxx index 7ba44405b7a0..06088646c1c4 100644 --- a/salhelper/test/dynamicloader/samplelib.hxx +++ b/salhelper/test/dynamicloader/samplelib.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __SAMPLELIB_HXX_ -#define __SAMPLELIB_HXX_ +#ifndef INCLUDED_SALHELPER_TEST_DYNAMICLOADER_SAMPLELIB_HXX +#define INCLUDED_SALHELPER_TEST_DYNAMICLOADER_SAMPLELIB_HXX #include <sal/types.h> |