summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid/grideventforwarder.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:29:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:51:48 -0600
commite90c27f5e180f58997026c69aa746498aa995823 (patch)
treeb1cd5ba050f91e4791cb177eb1712baab16ad4d3 /toolkit/source/controls/grid/grideventforwarder.hxx
parentde2beb35985c9112777d0ca4f5e953a5d494e6d2 (diff)
Remove visual noise from toolkit
Change-Id: I1704d6ac497f2e47a813813640ead14c5fa480d9 Reviewed-on: https://gerrit.libreoffice.org/8326 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/source/controls/grid/grideventforwarder.hxx')
-rw-r--r--toolkit/source/controls/grid/grideventforwarder.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/source/controls/grid/grideventforwarder.hxx b/toolkit/source/controls/grid/grideventforwarder.hxx
index 87a0efad4d25..41a356e97f2c 100644
--- a/toolkit/source/controls/grid/grideventforwarder.hxx
+++ b/toolkit/source/controls/grid/grideventforwarder.hxx
@@ -26,16 +26,16 @@
#include <cppuhelper/implbase2.hxx>
-//......................................................................................................................
+
namespace toolkit
{
-//......................................................................................................................
+
class UnoGridControl;
- //==================================================================================================================
+
//= GridEventForwarder
- //==================================================================================================================
+
typedef ::cppu::ImplHelper2 < ::com::sun::star::awt::grid::XGridDataListener
, ::com::sun::star::container::XContainerListener
> GridEventForwarder_Base;
@@ -69,9 +69,9 @@ namespace toolkit
UnoGridControl& m_parent;
};
-//......................................................................................................................
+
} // namespace toolkit
-//......................................................................................................................
+
#endif // TOOLKIT_GRIDEVENTFORWARDER_HXX