diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-18 15:25:13 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-18 15:25:13 +0100 |
commit | cd3ef5819cb644515289776b8872970218c0ac65 (patch) | |
tree | 6e7d64011974579995f1d0a52e78edba94fb256e /sd/source/ui/toolpanel/makefile.mk | |
parent | 32feee91361deef53c3077f2baf941f37e7302d5 (diff) |
slidecopy: initial implementation for custom tool panels
The idea is to allow third-party components to plug additional tool panels into the task pane,
by using the drawing framework (http://wiki.services.openoffice.org/wiki/Drawing_framework).
This first step is not finished at all, it just adds a configuration scheme/data for such
custom tool panels, and implements basic functionality in the ToolPanelDeck to respect this
config data. Additionally, the first version of an example extension for a custom tool panel
is implemented in sd/workben/custompanel.
Still, except showing a drawer in the tool panel deck, representing the custom panel, nothing
works. More to come :)
Diffstat (limited to 'sd/source/ui/toolpanel/makefile.mk')
-rw-r--r-- | sd/source/ui/toolpanel/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/toolpanel/makefile.mk b/sd/source/ui/toolpanel/makefile.mk index d364b74ea062..837ffb710499 100644 --- a/sd/source/ui/toolpanel/makefile.mk +++ b/sd/source/ui/toolpanel/makefile.mk @@ -62,6 +62,8 @@ SLOFILES = \ $(SLO)$/ToolPanelDeck.obj \ $(SLO)$/ToolPanelDrawer.obj \ $(SLO)$/TaskPaneToolPanel.obj \ + $(SLO)$/CustomToolPanel.obj \ + $(SLO)$/StandardToolPanel.obj \ \ $(SLO)$/EmptyWindow.obj \ $(SLO)$/LayoutMenu.obj \ |