summaryrefslogtreecommitdiff
path: root/forms/source/inc/listenercontainers.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-24 17:17:30 -0400
committerCaolán McNamara <caolanm@redhat.com>2014-05-25 14:35:17 -0500
commit04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3 (patch)
tree80da561a4cf0f35eee8aeaa3cdb2166789b76364 /forms/source/inc/listenercontainers.hxx
parent885b11cc5d6fb17ca3d0b47f20bd13f0775b1640 (diff)
Remove ASCII art, useless comments and whitespace from forms module
Change-Id: Ib6157a493092a137a6b0bf5b96d0e760d307f9da Reviewed-on: https://gerrit.libreoffice.org/9472 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/inc/listenercontainers.hxx')
-rw-r--r--forms/source/inc/listenercontainers.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/forms/source/inc/listenercontainers.hxx b/forms/source/inc/listenercontainers.hxx
index 4d87b249d21a..77ca03a9c7b1 100644
--- a/forms/source/inc/listenercontainers.hxx
+++ b/forms/source/inc/listenercontainers.hxx
@@ -28,10 +28,6 @@
namespace frm
{
-
-
- //= EventListeners
-
template < class LISTENER >
class EventListeners : public ::comphelper::OListenerContainerBase< LISTENER, ::com::sun::star::lang::EventObject >
{
@@ -77,9 +73,6 @@ namespace frm
using EventListeners_Base::disposing;
};
-
- //= ResetListeners
-
typedef EventListeners < ::com::sun::star::form::XResetListener
> ResetListeners_Base;
class ResetListeners : public ResetListeners_Base