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

Stephan Bergmann sbergman at redhat.com
Wed Jul 13 12:26:23 UTC 2016


 connectivity/source/inc/ado/Awrapadox.hxx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit c8720ee6ecfc653ad024b8e99d2a0dff95db9de8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jul 13 14:25:58 2016 +0200

    Remove useless comments (one was even wrong)
    
    Change-Id: I4ef60e11878676b8276f85811e811908242ab1b2

diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx
index 713dc80..4e69770 100644
--- a/connectivity/source/inc/ado/Awrapadox.hxx
+++ b/connectivity/source/inc/ado/Awrapadox.hxx
@@ -25,32 +25,32 @@
 #ifndef __User_FWD_DEFINED__
 #define __User_FWD_DEFINED__
 typedef struct _ADOUser User;
-#endif  /* __User_FWD_DEFINED__ */
+#endif
 
 #ifndef __Group_FWD_DEFINED__
 #define __Group_FWD_DEFINED__
 typedef struct _ADOGroup Group;
-#endif /* __Group_FWD_DEFINED__ */
+#endif
 
 #ifndef __Column_FWD_DEFINED__
 #define __Column_FWD_DEFINED__
 typedef struct _ADOColumn Column;
-#endif  /* __Column_FWD_DEFINED__ */
+#endif
 
 #ifndef __Index_FWD_DEFINED__
 #define __Index_FWD_DEFINED__
 typedef struct _ADOIndex Index;
-#endif /* __cplusplus */
+#endif
 
 #ifndef __Key_FWD_DEFINED__
 #define __Key_FWD_DEFINED__
 typedef struct _ADOKey Key;
-#endif  /* __Key_FWD_DEFINED__ */
+#endif
 
 #ifndef __Table_FWD_DEFINED__
 #define __Table_FWD_DEFINED__
 typedef struct _ADOTable Table;
-#endif  /* __Table_FWD_DEFINED__ */
+#endif
 
 
 #include "ado_pre_sys_include.h"


More information about the Libreoffice-commits mailing list