diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-24 06:45:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-24 06:45:23 +0000 |
commit | 0f8d2c409faf6795cafef5f6159a2f53027e5cf2 (patch) | |
tree | 17ae5b284f55393b4305a6d97d57f145b9ef0d6c /sd/source/ui/toolpanel/TaskPaneViewShell.cxx | |
parent | de1545052aba1ecebf352a13644dad616079d7af (diff) |
INTEGRATION: CWS impress69 (1.11.70); FILE MERGED
2005/10/14 11:25:37 af 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED
2005/09/22 09:20:40 af 1.11.70.1: #i54916# Added visualization for slide sorter cache.
Diffstat (limited to 'sd/source/ui/toolpanel/TaskPaneViewShell.cxx')
-rw-r--r-- | sd/source/ui/toolpanel/TaskPaneViewShell.cxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/TaskPaneViewShell.cxx b/sd/source/ui/toolpanel/TaskPaneViewShell.cxx index b2a4abdc8efb..f6646555876f 100644 --- a/sd/source/ui/toolpanel/TaskPaneViewShell.cxx +++ b/sd/source/ui/toolpanel/TaskPaneViewShell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TaskPaneViewShell.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:34:18 $ + * last change: $Author: rt $ $Date: 2005-10-24 07:45:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,6 +38,7 @@ #include "TaskPaneShellManager.hxx" #include "ToolPanelChildWindow.hrc" #include "ToolPanelChildWindow.hxx" +#include "taskpane/SlideSorterCacheDisplay.hxx" #include "taskpane/ToolPanel.hxx" #include "taskpane/TitledControl.hxx" #include "LayoutMenu.hxx" @@ -265,6 +266,13 @@ void TaskPaneViewShell::Implementation::Setup ( 0); #endif +#ifdef USE_SLIDE_SORTER_CACHE_DISPLAY + pToolPanel->AddControl ( + SlideSorterCacheDisplay::CreateControlFactory(pDocument), + String::CreateFromAscii("Slide Sorter Cache Status"), + 0); +#endif + // Expand the layout menu. pToolPanel->GetControlContainer().SetExpansionState ( nIdOfControlToExpand, |