summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-06-05 14:57:11 +0200
committerJan Holesovsky <kendy@suse.cz>2013-06-05 18:32:58 +0200
commit07b0ad4fa63e2a5606587370da4b60e6b1ddfa39 (patch)
treea05c7c206176b1aeedd98b768d6dff122c80d362 /include/svx/sidebar
parent4774976d82be529c6057a5d3451933b2fc6e19cc (diff)
sidebar conversion tutorial: Create entry points for custom widgets.
For custom widgets, you need an external function named 'makeXYZ' where XYZ is name of the type you want to construct. It exists for many already, but for those that don't yet, you need to create that. Change-Id: I3ad65886897fa73764af2372ceffeca1a57f3165
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/SidebarDialControl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/sidebar/SidebarDialControl.hxx b/include/svx/sidebar/SidebarDialControl.hxx
index f468784cb36f..4f2c11860313 100644
--- a/include/svx/sidebar/SidebarDialControl.hxx
+++ b/include/svx/sidebar/SidebarDialControl.hxx
@@ -27,6 +27,7 @@ namespace svx { namespace sidebar {
class SVX_DLLPUBLIC SidebarDialControl : public svx::DialControl
{
public:
+ SidebarDialControl (Window* pParent, WinBits nBits = 0);
SidebarDialControl (Window* pParent, const ResId& rResId);
virtual ~SidebarDialControl (void);