comphelper/inc/comphelper/evtmethodhelper.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
New commits: commit 8f07843d93690770db90a6a39987116ffb232a2f Author: Herbert Dürr <h...@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 +
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits