diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 14:46:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 14:46:28 +0100 |
commit | 14137bcf7305eb9d06cbfb33cf5a951fd6b9e416 (patch) | |
tree | 0f1f0034b962abfab4e030390a0374b7516f6039 /extensions | |
parent | 58b76a188368f0035e5654657f3bcd90fba2543f (diff) |
create an entry point for .ui-ification of the address book wizard pages
Change-Id: Ief87c7acacb08ee1debebea5085e9de208f29445
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abspage.cxx | 4 | ||||
-rw-r--r-- | extensions/source/abpilot/abspage.hxx | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/extensions/source/abpilot/abspage.cxx b/extensions/source/abpilot/abspage.cxx index f1277a83c33e..687f527fa3fe 100644 --- a/extensions/source/abpilot/abspage.cxx +++ b/extensions/source/abpilot/abspage.cxx @@ -36,6 +36,10 @@ namespace abp { } + AddressBookSourcePage::AddressBookSourcePage(OAddessBookSourcePilot* _pParent, const OString& rID, const OUString& rUIXMLDescription) + :AddressBookSourcePage_Base(_pParent, rID, rUIXMLDescription) + { + } void AddressBookSourcePage::DeactivatePage() { diff --git a/extensions/source/abpilot/abspage.hxx b/extensions/source/abpilot/abspage.hxx index 0eb7368f92dd..e4af50254416 100644 --- a/extensions/source/abpilot/abspage.hxx +++ b/extensions/source/abpilot/abspage.hxx @@ -43,6 +43,7 @@ namespace abp { protected: AddressBookSourcePage( OAddessBookSourcePilot* _pParent, const ResId& _rId ); + AddressBookSourcePage(OAddessBookSourcePilot *pParent, const OString& rID, const OUString& rUIXMLDescription); protected: // helper |