diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 13:09:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 12:10:35 +0000 |
commit | 04ddc7b3d7b22721dd311a24ddd9822342120981 (patch) | |
tree | db132ffe9353d4d4bb941b2993057cf931bcdfab /svx/source/table | |
parent | 6a20f95fc9912f54f5817119749940d5dcf4fe90 (diff) |
loplugin:unusedmethods in svx
Change-Id: Ia22e8b55d263224dbb85169b6165a5c116e163aa
Reviewed-on: https://gerrit.libreoffice.org/25088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/table')
-rw-r--r-- | svx/source/table/tablemodel.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/table/tablemodel.hxx b/svx/source/table/tablemodel.hxx index 4779f8828f95..66263e64cfe7 100644 --- a/svx/source/table/tablemodel.hxx +++ b/svx/source/table/tablemodel.hxx @@ -189,13 +189,6 @@ public: mxBroadcaster->lockBroadcasts(); } - explicit TableModelNotifyGuard( css::uno::XInterface* pInterface ) - : mxBroadcaster( pInterface, css::uno::UNO_QUERY ) - { - if( mxBroadcaster.is() ) - mxBroadcaster->lockBroadcasts(); - } - ~TableModelNotifyGuard() { if( mxBroadcaster.is() ) |