diff options
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> |