diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:25:45 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:53 +0100 |
commit | 15b5412fad3e6363debb33de583843ca7c9c7299 (patch) | |
tree | 5cbe55b56abd8f0b0fd546d7a75755469cb454ac /framework/inc/macros | |
parent | a2502692cd2da8665719b1769eacbf334f7c0293 (diff) |
fixincludeguards.sh: framework
Change-Id: Ia6f3cb21977095df45a176db2bf68f508c70191c
Diffstat (limited to 'framework/inc/macros')
-rw-r--r-- | framework/inc/macros/generic.hxx | 6 | ||||
-rw-r--r-- | framework/inc/macros/registration.hxx | 6 | ||||
-rw-r--r-- | framework/inc/macros/xinterface.hxx | 6 | ||||
-rw-r--r-- | framework/inc/macros/xserviceinfo.hxx | 6 | ||||
-rw-r--r-- | framework/inc/macros/xtypeprovider.hxx | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/framework/inc/macros/generic.hxx b/framework/inc/macros/generic.hxx index 71898af42c6b..c313783bcadc 100644 --- a/framework/inc/macros/generic.hxx +++ b/framework/inc/macros/generic.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_MACROS_GENERIC_HXX_ -#define __FRAMEWORK_MACROS_GENERIC_HXX_ +#ifndef INCLUDED_FRAMEWORK_INC_MACROS_GENERIC_HXX +#define INCLUDED_FRAMEWORK_INC_MACROS_GENERIC_HXX #include <rtl/ustring.hxx> #include <rtl/textenc.h> @@ -37,6 +37,6 @@ ________________________________________________________________________________ #define DECLARE_ASCII( SASCIIVALUE ) \ OUString( SASCIIVALUE ) -#endif // #ifndef __FRAMEWORK_MACROS_GENERIC_HXX_ +#endif // INCLUDED_FRAMEWORK_INC_MACROS_GENERIC_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/macros/registration.hxx b/framework/inc/macros/registration.hxx index 5ebf00d8bd34..74b54203e023 100644 --- a/framework/inc/macros/registration.hxx +++ b/framework/inc/macros/registration.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_MACROS_REGISTRATION_HXX_ -#define __FRAMEWORK_MACROS_REGISTRATION_HXX_ +#ifndef INCLUDED_FRAMEWORK_INC_MACROS_REGISTRATION_HXX +#define INCLUDED_FRAMEWORK_INC_MACROS_REGISTRATION_HXX #include <com/sun/star/lang/XSingleServiceFactory.hpp> @@ -90,6 +90,6 @@ ________________________________________________________________________________ //} // namespace framework -#endif // #ifndef __FRAMEWORK_MACROS_REGISTRATION_HXX_ +#endif // INCLUDED_FRAMEWORK_INC_MACROS_REGISTRATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/macros/xinterface.hxx b/framework/inc/macros/xinterface.hxx index c6d537567e8c..c126696613d7 100644 --- a/framework/inc/macros/xinterface.hxx +++ b/framework/inc/macros/xinterface.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_MACROS_XINTERFACE_HXX_ -#define __FRAMEWORK_MACROS_XINTERFACE_HXX_ +#ifndef INCLUDED_FRAMEWORK_INC_MACROS_XINTERFACE_HXX +#define INCLUDED_FRAMEWORK_INC_MACROS_XINTERFACE_HXX #include <com/sun/star/uno/RuntimeException.hpp> @@ -682,6 +682,6 @@ ________________________________________________________________________________ } // namespace framework -#endif // #ifndef __FRAMEWORK_MACROS_XINTERFACE_HXX_ +#endif // INCLUDED_FRAMEWORK_INC_MACROS_XINTERFACE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/macros/xserviceinfo.hxx b/framework/inc/macros/xserviceinfo.hxx index 3032af5ab474..727a9c7e69e8 100644 --- a/framework/inc/macros/xserviceinfo.hxx +++ b/framework/inc/macros/xserviceinfo.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_MACROS_XSERVICEINFO_HXX_ -#define __FRAMEWORK_MACROS_XSERVICEINFO_HXX_ +#ifndef INCLUDED_FRAMEWORK_INC_MACROS_XSERVICEINFO_HXX +#define INCLUDED_FRAMEWORK_INC_MACROS_XSERVICEINFO_HXX #include <general.h> @@ -238,6 +238,6 @@ ________________________________________________________________________________ } // namespace framework -#endif // #ifndef __FRAMEWORK_MACROS_XSERVICEINFO_HXX_ +#endif // INCLUDED_FRAMEWORK_INC_MACROS_XSERVICEINFO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/macros/xtypeprovider.hxx b/framework/inc/macros/xtypeprovider.hxx index 85648a75bb99..30d30d32af7e 100644 --- a/framework/inc/macros/xtypeprovider.hxx +++ b/framework/inc/macros/xtypeprovider.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_MACROS_XTYPEPROVIDER_HXX_ -#define __FRAMEWORK_MACROS_XTYPEPROVIDER_HXX_ +#ifndef INCLUDED_FRAMEWORK_INC_MACROS_XTYPEPROVIDER_HXX +#define INCLUDED_FRAMEWORK_INC_MACROS_XTYPEPROVIDER_HXX #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/uno/RuntimeException.hpp> @@ -716,6 +716,6 @@ ________________________________________________________________________________ } // namespace framework -#endif // #ifndef __FRAMEWORK_MACROS_XTYPEPROVIDER_HXX_ +#endif // INCLUDED_FRAMEWORK_INC_MACROS_XTYPEPROVIDER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |