diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-02 15:08:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-06 16:45:02 +0100 |
commit | 4b240b87cf9c0821d13fe21a78ee218c738468ff (patch) | |
tree | 5ae9206ce3220f4f07abaa218b1563843c5d3881 /svx/source/tbxctrls/itemwin.cxx | |
parent | 09b759fc8bbb4990d3cc9ca9d8b87ae1a4e8d526 (diff) |
SvxFillTypeBox is now not used directly from any .uis
Change-Id: I2fdab55659e41a900690f619e283ad5c28b5e22c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86146
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r-- | svx/source/tbxctrls/itemwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 1341e95b9e5a..5443d4f12751 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -431,8 +431,6 @@ SvxFillTypeBox::SvxFillTypeBox( vcl::Window* pParent ) : Show(); } -VCL_BUILDER_FACTORY(SvxFillTypeBox) - bool SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) { MouseNotifyEvent nType = rNEvt.GetType(); |