[Libreoffice-commits] core.git: connectivity/source

Thomas Arnhold thomas at arnhold.org
Wed Mar 20 07:07:32 PDT 2013


 connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx      |    4 ++--
 connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx  |    2 +-
 connectivity/source/drivers/mozab/mozillasrc/MNameMapper.hxx |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3c5b0853944d922e70d7c488712df6780ff2b5f7
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Mar 20 13:29:22 2013 +0100

    no need for include guard value
    
    Change-Id: Ib12b2c975d90cf842381916f3eb98dad3b4b3b4d

diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
index 1e156ee..6ff17b7 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 5055d72..ff06129 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 b81b5f2..25dd13e 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>
 


More information about the Libreoffice-commits mailing list