summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-21 13:59:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 07:35:57 +0100
commit54addc81ded0cc70a8e179b26141834e75be8e8e (patch)
treee4e140169bac57e3327738e40143b0a708affcbc /toolkit/source
parent542ad7cb2031a37e8b2cea83c4dc7c1f32caab56 (diff)
remove unused broadcast_type enum
Change-Id: I2939928e393ef2e306e840488053ca50957c10ce Reviewed-on: https://gerrit.libreoffice.org/63742 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/controls/grid/defaultgriddatamodel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/controls/grid/defaultgriddatamodel.cxx b/toolkit/source/controls/grid/defaultgriddatamodel.cxx
index 35252453c2cc..892685fd74f9 100644
--- a/toolkit/source/controls/grid/defaultgriddatamodel.cxx
+++ b/toolkit/source/controls/grid/defaultgriddatamodel.cxx
@@ -42,8 +42,6 @@ using namespace ::com::sun::star::lang;
namespace {
-enum broadcast_type { row_added, row_removed, data_changed};
-
typedef ::cppu::WeakComponentImplHelper < XMutableGridDataModel
, XServiceInfo
> DefaultGridDataModel_Base;