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 /unodevtools/source | |
parent | 03e3ba56fc04ebf7b9eadcd87160f4f75f42f565 (diff) |
fixincludeguards.sh: uno*
Change-Id: I8fb3c25cd583b688104a0ee8620696e7b2958ab5
Diffstat (limited to 'unodevtools/source')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonjava.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx index 39269026740f..3a45911857c7 100644 --- a/unodevtools/source/skeletonmaker/skeletonjava.hxx +++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX -#define INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX +#ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONJAVA_HXX +#define INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONJAVA_HXX #include <fstream> @@ -50,6 +50,6 @@ void generateSkeleton(ProgramOptions const & options, rtl::Reference< TypeManage } } -#endif // INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX +#endif // INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONJAVA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |