summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/frmpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/frmpage.hxx')
-rw-r--r--sw/source/ui/inc/frmpage.hxx17
1 files changed, 6 insertions, 11 deletions
diff --git a/sw/source/ui/inc/frmpage.hxx b/sw/source/ui/inc/frmpage.hxx
index 8b15ed67d351..4a7ab7deb540 100644
--- a/sw/source/ui/inc/frmpage.hxx
+++ b/sw/source/ui/inc/frmpage.hxx
@@ -241,19 +241,14 @@ public:
class SwFrmURLPage : public SfxTabPage
{
// hyperlink
- FixedLine aHyperLinkFL;
- FixedText aURLFT;
- Edit aURLED;
- PushButton aSearchPB;
- FixedText aNameFT;
- Edit aNameED;
- FixedText aFrameFT;
- ComboBox aFrameCB;
+ Edit* pURLED;
+ PushButton* pSearchPB;
+ Edit* pNameED;
+ ComboBox* pFrameCB;
// image map
- FixedLine aImageFL;
- CheckBox aServerCB;
- CheckBox aClientCB;
+ CheckBox* pServerCB;
+ CheckBox* pClientCB;
DECL_LINK(InsertFileHdl, void *);