diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-09 11:49:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-09 11:13:34 +0000 |
commit | a71d6a2a847828b737e5b6cc5eefe877613085b7 (patch) | |
tree | 2fe758330a61cab221715749973911acbc82aa88 /dbaccess/source/ui/inc/brwctrlr.hxx | |
parent | 243977708ceaf877e520ef0bb393aa49040d65c9 (diff) |
loplugin:expandablemethods in dbaccess
Change-Id: I6087a3eff46926646ac1637615a0af30b38956a4
Reviewed-on: https://gerrit.libreoffice.org/30712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/inc/brwctrlr.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/brwctrlr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index c227b9d2853e..ad974c939816 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -245,8 +245,6 @@ namespace dbaui // you most probably don't want to override this behavior // the default implementation of disposing distributes the events to the following disposingXXX functions - void disposingGridControl(const css::lang::EventObject& Source); // calls removeControlListeners - void disposingGridModel(const css::lang::EventObject& Source); // calls removeModelListeners void disposingFormModel(const css::lang::EventObject& Source); void disposingColumnModel(const css::lang::EventObject& Source); |