summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-18 12:20:47 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-18 12:20:47 +0200
commit8ebf72567ae89f7112f88d1ef15520d3d5fd9105 (patch)
tree8618ba3ac664a983b46f28dff3adbd625ffa21fb /svtools/inc
parent06724c5d66489fcbbb0a3226f327abf5d7f6dcee (diff)
parent88323a664a3f57b7bae62d0af892c9de5750defe (diff)
unoawt: merge after copying latest changes from CWS slidecopy
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/toolpanel/toolpanel.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svtools/inc/svtools/toolpanel/toolpanel.hxx b/svtools/inc/svtools/toolpanel/toolpanel.hxx
index d4d009b5c169..432dea64e8b5 100644
--- a/svtools/inc/svtools/toolpanel/toolpanel.hxx
+++ b/svtools/inc/svtools/toolpanel/toolpanel.hxx
@@ -32,6 +32,7 @@
#include <rtl/ustring.hxx>
#include <vcl/image.hxx>
+#include <vcl/smartid.hxx>
#include <boost/noncopyable.hpp>
@@ -60,6 +61,9 @@ namespace svt
/// retrieves the image associated with the panel, if any
virtual Image GetImage() const = 0;
+ /// retrieves the help ID associated with the panel, if any.
+ virtual SmartId GetHelpID() const = 0;
+
/** activates the panel
Usually, this means the panel's Window is created (if not previosly done so) and shown.