diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 01:43:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:51 +0100 |
commit | d0c12f0aa2362c94492ec1927a9f8215c089a2aa (patch) | |
tree | 0beea142eb7b37c1db301e26e1cd268824b0ce0b /unotest | |
parent | 03e3ba56fc04ebf7b9eadcd87160f4f75f42f565 (diff) |
fixincludeguards.sh: uno*
Change-Id: I8fb3c25cd583b688104a0ee8620696e7b2958ab5
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/getargument.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/cpp/getargument.hxx b/unotest/source/cpp/getargument.hxx index 3686cdef9602..4f4bf9c6bf5c 100644 --- a/unotest/source/cpp/getargument.hxx +++ b/unotest/source/cpp/getargument.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_TEST_SOURCE_CPP_GETARGUMENT_HXX -#define INCLUDED_TEST_SOURCE_CPP_GETARGUMENT_HXX +#ifndef INCLUDED_UNOTEST_SOURCE_CPP_GETARGUMENT_HXX +#define INCLUDED_UNOTEST_SOURCE_CPP_GETARGUMENT_HXX #include "sal/config.h" |