summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-13 21:13:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-14 08:19:56 +0200
commit264ef46bed7263fd01a32804fcbd3ccda78b0725 (patch)
treedb7ea34307c4eae4e44719a38b88f08a745b240f
parente6309e7bf5419b6b040cc2e94670c8db4fe66037 (diff)
callcatcher: bring ImplTBDragMgr members back and remove EndCustomizeMode
-rw-r--r--vcl/source/window/toolbox.cxx10
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();