diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-05-06 15:34:21 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-05-07 09:45:08 +0100 |
commit | ca0bf47a14fc57c0c38915ad4a5a0ebfa0219295 (patch) | |
tree | b14fca5be6d36bf980772f57a69c3df41f10ae51 /include/svx/layctrl.hxx | |
parent | af9b1a8b2e7589d33168e5b252ee38d7c9821ab1 (diff) |
Remove unused CreatePopupWindowCascading virtual methods.
Change-Id: I44125b9909c0d81abd84c9666d44225e99c94c54
Diffstat (limited to 'include/svx/layctrl.hxx')
-rw-r--r-- | include/svx/layctrl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/layctrl.hxx b/include/svx/layctrl.hxx index 05eaf5dec50d..ec626559b549 100644 --- a/include/svx/layctrl.hxx +++ b/include/svx/layctrl.hxx @@ -32,7 +32,6 @@ private: public: virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE; - virtual SfxPopupWindow* CreatePopupWindowCascading() SAL_OVERRIDE; virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; @@ -51,7 +50,6 @@ class SVX_DLLPUBLIC SvxColumnsToolBoxControl : public SfxToolBoxControl public: virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE; - virtual SfxPopupWindow* CreatePopupWindowCascading() SAL_OVERRIDE; SFX_DECL_TOOLBOX_CONTROL(); |