diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 13:24:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 20:29:35 +0100 |
commit | 160cde8ec0473b4a0c8e15ee13520d83171aea8d (patch) | |
tree | 32674ff800bb19a4ae1492888e6573e8fd08f98c /include/sfx2/tbxctrl.hxx | |
parent | c34edadf5bd3d1d9f3c9c056af28b8964d8f1ca0 (diff) |
no remaining CreatePopupWindow returns non-null
Change-Id: Ie342bd24222f622997d8dc2cda51ecb908fdb047
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86843
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index cb94907ffae9..5503aaae997d 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -132,7 +132,7 @@ protected: virtual void DoubleClick(); virtual void Click(); - virtual VclPtr<SfxPopupWindow> CreatePopupWindow(); + virtual void CreatePopupWindow(); virtual VclPtr<vcl::Window> CreateItemWindow( vcl::Window *pParent ); // Must be called by subclass to set a new popup window instance |