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.
This commit is contained in:
parent
de1545052a
commit
0f8d2c409f
1 changed files with 10 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue