diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-06-22 12:24:33 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-24 10:05:21 +0100 |
commit | 360796b491d9e05f1438e97c88f15ad0f1cda281 (patch) | |
tree | a082d6aaedb3e99d70c0a74a31c973ce50f62088 /cui/source/inc/hldocntp.hxx | |
parent | 95e6cc2ecbcb653f76c4a1ee109908a12b84e456 (diff) |
RID_SVXDLG_NEWHYPERLINK conversion to .ui
Conflicts:
cui/UIConfig_cui.mk
Change-Id: I8f06518f2d84e333b553c247ca3d9a28d1280eea
Diffstat (limited to 'cui/source/inc/hldocntp.hxx')
-rw-r--r-- | cui/source/inc/hldocntp.hxx | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/cui/source/inc/hldocntp.hxx b/cui/source/inc/hldocntp.hxx index db5296c6c796..04159107b07b 100644 --- a/cui/source/inc/hldocntp.hxx +++ b/cui/source/inc/hldocntp.hxx @@ -30,14 +30,11 @@ class SvxHyperlinkNewDocTp : public SvxHyperlinkTabPageBase { private: - FixedLine maGrpNewDoc; - RadioButton maRbtEditNow; - RadioButton maRbtEditLater; - FixedText maFtPath; - SvxHyperURLBox maCbbPath; - ImageButton maBtCreate; - FixedText maFtDocTypes; - ListBox maLbDocTypes; + RadioButton *m_pRbtEditNow; + RadioButton *m_pRbtEditLater; + SvxHyperURLBox *m_pCbbPath; + PushButton *m_pBtCreate; + ListBox *m_pLbDocTypes; bool ImplGetURLObject( const OUString& rPath, const OUString& rBase, INetURLObject& aURLObject ) const; void FillDocumentList (); @@ -53,10 +50,10 @@ protected: SvxLinkInsertMode& eMode ) SAL_OVERRIDE; public: - SvxHyperlinkNewDocTp ( Window *pParent, const SfxItemSet& rItemSet); + SvxHyperlinkNewDocTp ( Window *pParent, IconChoiceDialog* pDlg, const SfxItemSet& rItemSet); virtual ~SvxHyperlinkNewDocTp (); - static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet ); + static IconChoicePage* Create( Window* pWindow, IconChoiceDialog* pDlg, const SfxItemSet& rItemSet ); virtual bool AskApply () SAL_OVERRIDE; virtual void DoApply () SAL_OVERRIDE; |