summaryrefslogtreecommitdiff
path: root/forms/source/inc/listenercontainers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/listenercontainers.hxx')
-rw-r--r--forms/source/inc/listenercontainers.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/inc/listenercontainers.hxx b/forms/source/inc/listenercontainers.hxx
index a453c11c0d65..d28d05becafc 100644
--- a/forms/source/inc/listenercontainers.hxx
+++ b/forms/source/inc/listenercontainers.hxx
@@ -24,14 +24,14 @@
#include <comphelper/listenernotification.hxx>
#include <cppuhelper/weak.hxx>
-//........................................................................
+
namespace frm
{
-//........................................................................
- //=====================================================================
+
+
//= EventListeners
- //=====================================================================
+
template < class LISTENER >
class EventListeners : public ::comphelper::OListenerContainerBase< LISTENER, ::com::sun::star::lang::EventObject >
{
@@ -77,9 +77,9 @@ namespace frm
using EventListeners_Base::disposing;
};
- //=====================================================================
+
//= ResetListeners
- //=====================================================================
+
typedef EventListeners < ::com::sun::star::form::XResetListener
> ResetListeners_Base;
class ResetListeners : public ResetListeners_Base
@@ -122,9 +122,9 @@ namespace frm
) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
};
-//........................................................................
+
} // namespace frm
-//........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_INC_LISTENERCONTAINERS_HXX