[Libreoffice-commits] core.git: Branch 'aoo/trunk' - comphelper/inc

Herbert Dürr hdu at apache.org
Wed Aug 14 05:07:48 PDT 2013


 comphelper/inc/comphelper/evtmethodhelper.hxx |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 8f07843d93690770db90a6a39987116ffb232a2f
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Aug 14 11:35:41 2013 +0000

    WaE: fix header guard mismatch in evtmethodhelper.hxx

diff --git a/comphelper/inc/comphelper/evtmethodhelper.hxx b/comphelper/inc/comphelper/evtmethodhelper.hxx
index a141c02..eac6843 100644
--- a/comphelper/inc/comphelper/evtmethodhelper.hxx
+++ b/comphelper/inc/comphelper/evtmethodhelper.hxx
@@ -20,15 +20,15 @@
  *************************************************************/
 
 
-#ifndef COMPHELPER_EVENTMEHODHELPER_HXX
-#define COMPHELPER_EVENMETHODHELPER_HXX
+#ifndef COMPHELPER_EVENTMETHODHELPER_HXX
+#define COMPHELPER_EVENTMETHODHELPER_HXX
 #include <comphelper/sequence.hxx>
-//........................................................................
+
 namespace comphelper
 {
     COMPHELPER_DLLPUBLIC ::com::sun::star::uno::Sequence< ::rtl::OUString> getEventMethodsForType(const ::com::sun::star::uno::Type& type);
-//........................................................................
 
-}   // namespace comphelper
-//........................................................................
-#endif // COMPHELPER_EVENTMEHODHELPER_HXX
+}
+
+#endif // COMPHELPER_EVENTMETHODHELPER_HXX
+


More information about the Libreoffice-commits mailing list