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 /sfx2/source/toolbox | |
parent | af9b1a8b2e7589d33168e5b252ee38d7c9821ab1 (diff) |
Remove unused CreatePopupWindowCascading virtual methods.
Change-Id: I44125b9909c0d81abd84c9666d44225e99c94c54
Diffstat (limited to 'sfx2/source/toolbox')
-rw-r--r-- | sfx2/source/toolbox/tbxitem.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 956651c553d5..d30b026265f8 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -982,20 +982,11 @@ VclPtr<SfxPopupWindow> SfxToolBoxControl::CreatePopupWindow() return 0; } -SfxPopupWindow* SfxToolBoxControl::CreatePopupWindowCascading() -{ - return 0; -} - - - VclPtr<vcl::Window> SfxToolBoxControl::CreateItemWindow( vcl::Window * ) { return VclPtr<vcl::Window>(); } - - SfxFrameStatusListener::SfxFrameStatusListener( const Reference< XComponentContext >& rxContext, const Reference< XFrame >& xFrame, |