summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abpfinalpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/abpfinalpage.hxx')
-rw-r--r--extensions/source/abpilot/abpfinalpage.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx
index d601e8d3e48d..ceb1d0b66353 100644
--- a/extensions/source/abpilot/abpfinalpage.hxx
+++ b/extensions/source/abpilot/abpfinalpage.hxx
@@ -38,7 +38,9 @@ namespace abp
VclPtr< ::svt::OFileURLControl> m_pLocation;
VclPtr<PushButton> m_pBrowse;
VclPtr<CheckBox> m_pRegisterName;
+ VclPtr<CheckBox> m_pEmbed;
VclPtr<FixedText> m_pNameLabel;
+ VclPtr<FixedText> m_pLocationLabel;
VclPtr<Edit> m_pName;
VclPtr<FixedText> m_pDuplicateNameError;
@@ -67,6 +69,7 @@ namespace abp
private:
DECL_LINK( OnNameModified, Edit* );
DECL_LINK(OnRegister, void *);
+ DECL_LINK(OnEmbed, void *);
bool isValidName() const;
void implCheckName();