summaryrefslogtreecommitdiff
path: root/cui/source/inc/hldoctp.hxx
diff options
context:
space:
mode:
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;