diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-20 13:29:22 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-20 15:07:00 +0100 |
commit | 3c5b0853944d922e70d7c488712df6780ff2b5f7 (patch) | |
tree | 603061a2d37d600ef735d78095f4d92ecc0ba269 | |
parent | 11878c68c6e22373c95d4b7707aaf2c91e6a1fa1 (diff) |
no need for include guard value
Change-Id: Ib12b2c975d90cf842381916f3eb98dad3b4b3b4d
3 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx index 1e156eeede1c..6ff17b7fedc5 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx @@ -18,7 +18,7 @@ */ #ifndef _CONNECTIVITY_MAB_NS_INIT_HXX_ -#define _CONNECTIVITY_MAB_NS_INIT_HXX_ 1 +#define _CONNECTIVITY_MAB_NS_INIT_HXX_ #include "mozillasrc/MNSDeclares.hxx" #include <sal/types.h> @@ -33,6 +33,6 @@ typedef struct UI_Thread_ARGS }UI_Thread_ARGS; void MNS_XPCOM_EventLoop(); -#endif // _CONNECTIVITY_MAB_NS_INIT_HXX_ 1 +#endif // _CONNECTIVITY_MAB_NS_INIT_HXX_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx index 5055d7271823..ff061293fb89 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef _CONNECTIVITY_MAB_NS_INCLUDE_HXX_ -#define _CONNECTIVITY_MAB_NS_INCLUDE_HXX_ 1 +#define _CONNECTIVITY_MAB_NS_INCLUDE_HXX_ // // Only include Mozilla include files once and using this file... diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx index b81b5f245df9..25dd13e911d3 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx @@ -18,7 +18,7 @@ */ #ifndef _CONNECTIVITY_MAB_NAMEMAPPER_HXX_ -#define _CONNECTIVITY_MAB_NAMEMAPPER_HXX_ 1 +#define _CONNECTIVITY_MAB_NAMEMAPPER_HXX_ #include <map> |