diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-13 21:13:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-14 08:19:56 +0200 |
commit | 264ef46bed7263fd01a32804fcbd3ccda78b0725 (patch) | |
tree | db7ea34307c4eae4e44719a38b88f08a745b240f | |
parent | e6309e7bf5419b6b040cc2e94670c8db4fe66037 (diff) |
callcatcher: bring ImplTBDragMgr members back and remove EndCustomizeMode
-rw-r--r-- | vcl/source/window/toolbox.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index e43f1c1fc8bd..0304033d03f9 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -195,6 +195,8 @@ public: DECL_LINK( SelectHdl, Accelerator* ); void StartCustomizeMode(); + void EndCustomizeMode(); + sal_Bool IsCustomizeMode() { return mbCustomizeMode; } sal_Bool IsResizeMode() { return mbResizeMode; } }; @@ -5481,14 +5483,6 @@ void ToolBox::EnableCustomize( sal_Bool bEnable ) // ----------------------------------------------------------------------- -void ToolBox::EndCustomizeMode() -{ - ImplTBDragMgr* pMgr = ImplGetTBDragMgr(); - pMgr->EndCustomizeMode(); -} - -// ----------------------------------------------------------------------- - void ToolBox::GetFocus() { DockingWindow::GetFocus(); |