summaryrefslogtreecommitdiff
path: root/include/comphelper/evtmethodhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/evtmethodhelper.hxx')
-rw-r--r--include/comphelper/evtmethodhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/evtmethodhelper.hxx b/include/comphelper/evtmethodhelper.hxx
index cf28dfe6ed09..115f5f7e7bc1 100644
--- a/include/comphelper/evtmethodhelper.hxx
+++ b/include/comphelper/evtmethodhelper.hxx
@@ -19,14 +19,14 @@
#ifndef INCLUDED_COMPHELPER_EVTMETHODHELPER_HXX
#define INCLUDED_COMPHELPER_EVTMETHODHELPER_HXX
#include <comphelper/sequence.hxx>
-//........................................................................
+
namespace comphelper
{
COMPHELPER_DLLPUBLIC ::com::sun::star::uno::Sequence< OUString> getEventMethodsForType(const ::com::sun::star::uno::Type& type);
-//........................................................................
+
} // namespace comphelper
-//........................................................................
+
#endif // COMPHELPER_EVENTMEHODHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */