summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-18 15:25:13 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-18 15:25:13 +0100
commite9b187274fa0214a0e6db6c1f4a8fa130de00524 (patch)
tree61982d838a4c69221a5c753ade2fc4a2f6b0e6d8 /offapi
parentcb6dc8c0cbadd25385d581c0dd3583afc10fd26a (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 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/framework/XView.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XView.idl b/offapi/com/sun/star/drawing/framework/XView.idl
index 73d9d7c73f9a..0fddbe80646f 100644
--- a/offapi/com/sun/star/drawing/framework/XView.idl
+++ b/offapi/com/sun/star/drawing/framework/XView.idl
@@ -48,8 +48,6 @@ module com { module sun { module star { module drawing { module framework {
view is. It just needs to identify view objects and a typesafe way to
reference them.</p>
<p>The URL prefix of views is <code>private:resource/view</code></p>
- @see XViewController
- @see XViewFactory
*/
interface XView
{