summaryrefslogtreecommitdiff
path: root/cui/source/inc/hldoctp.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2014-06-22 12:24:33 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-06-24 10:05:21 +0100
commit360796b491d9e05f1438e97c88f15ad0f1cda281 (patch)
treea082d6aaedb3e99d70c0a74a31c973ce50f62088 /cui/source/inc/hldoctp.hxx
parent95e6cc2ecbcb653f76c4a1ee109908a12b84e456 (diff)
RID_SVXDLG_NEWHYPERLINK conversion to .ui
Conflicts: cui/UIConfig_cui.mk Change-Id: I8f06518f2d84e333b553c247ca3d9a28d1280eea
Diffstat (limited to 'cui/source/inc/hldoctp.hxx')
-rw-r--r--cui/source/inc/hldoctp.hxx21
1 files changed, 8 insertions, 13 deletions
diff --git a/cui/source/inc/hldoctp.hxx b/cui/source/inc/hldoctp.hxx
index 5003f80055d9..70e440ec7915 100644
--- a/cui/source/inc/hldoctp.hxx
+++ b/cui/source/inc/hldoctp.hxx
@@ -30,17 +30,12 @@
class SvxHyperlinkDocTp : public SvxHyperlinkTabPageBase
{
private:
- FixedLine maGrpDocument;
- FixedText maFtPath;
- SvxHyperURLBox maCbbPath;
- ImageButton maBtFileopen;
-
- FixedLine maGrpTarget;
- FixedText maFtTarget;
- Edit maEdTarget;
- FixedText maFtURL;
- FixedText maFtFullURL;
- ImageButton maBtBrowse;
+ SvxHyperURLBox *m_pCbbPath;
+ PushButton *m_pBtFileopen;
+
+ Edit *m_pEdTarget;
+ FixedText *m_pFtFullURL;
+ PushButton *m_pBtBrowse;
OUString maStrURL;
@@ -71,10 +66,10 @@ protected:
OUString GetCurrentURL ();
public:
- SvxHyperlinkDocTp ( Window *pParent, const SfxItemSet& rItemSet);
+ SvxHyperlinkDocTp ( Window *pParent, IconChoiceDialog* pDlg, const SfxItemSet& rItemSet);
virtual ~SvxHyperlinkDocTp ();
- static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
+ static IconChoicePage* Create( Window* pWindow, IconChoiceDialog* pDlg, const SfxItemSet& rItemSet );
virtual void SetMarkStr ( const OUString& aStrMark ) SAL_OVERRIDE;