summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 01:43:03 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:51 +0100
commitd0c12f0aa2362c94492ec1927a9f8215c089a2aa (patch)
tree0beea142eb7b37c1db301e26e1cd268824b0ce0b /unodevtools
parent03e3ba56fc04ebf7b9eadcd87160f4f75f42f565 (diff)
fixincludeguards.sh: uno*
Change-Id: I8fb3c25cd583b688104a0ee8620696e7b2958ab5
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/inc/unodevtools/options.hxx6
-rw-r--r--unodevtools/source/skeletonmaker/skeletonjava.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx
index 8c981922d4fa..398b677a5c04 100644
--- a/unodevtools/inc/unodevtools/options.hxx
+++ b/unodevtools/inc/unodevtools/options.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UNODEVTOOLS_OPTIONS_HXX
-#define INCLUDED_UNODEVTOOLS_OPTIONS_HXX
+#ifndef INCLUDED_UNODEVTOOLS_INC_UNODEVTOOLS_OPTIONS_HXX
+#define INCLUDED_UNODEVTOOLS_INC_UNODEVTOOLS_OPTIONS_HXX
#include "sal/config.h"
@@ -37,6 +37,6 @@ sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt,
} // end of namespace unodevtools
-#endif // INCLUDED_UNODEVTOOLS_OPTIONS_HXX
+#endif // INCLUDED_UNODEVTOOLS_INC_UNODEVTOOLS_OPTIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */