summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-08-04 20:49:22 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-06 07:18:21 +0000
commit0651e83da75b36ec95e9a895c746174831df53dd (patch)
tree2185955b184a3657093bcf92ced31fbe66d438c9 /cui/source/inc
parente289eb655fb0d750b09c74dfd9811ab27243a207 (diff)
Convert line end tab page to widget UI
Change-Id: If7317c33142d0854a4e10953e1a8bbcb0403ec59 Reviewed-on: https://gerrit.libreoffice.org/5282 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuitabline.hxx20
-rw-r--r--cui/source/inc/helpid.hrc2
2 files changed, 9 insertions, 13 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 58329cd9b601..59f8de118b87 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -332,18 +332,14 @@ class SvxLineEndDefTabPage : public SfxTabPage
using TabPage::DeactivatePage;
private:
- FixedLine aFlTip;
- FixedText aFTTitle;
- Edit aEdtName;
- FixedText aFTLineEndStyle;
- LineEndLB aLbLineEnds;
- PushButton aBtnAdd;
- PushButton aBtnModify;
- PushButton aBtnDelete;
- ImageButton aBtnLoad;
- ImageButton aBtnSave;
- FixedInfo aFiTip;
- SvxXLinePreview aCtlPreview;
+ Edit* m_pEdtName;
+ LineEndLB* m_pLbLineEnds;
+ PushButton* m_pBtnAdd;
+ PushButton* m_pBtnModify;
+ PushButton* m_pBtnDelete;
+ PushButton* m_pBtnLoad;
+ PushButton* m_pBtnSave;
+ SvxXLinePreview* m_pCtlPreview;
const SfxItemSet& rOutAttrs;
const SdrObject* pPolyObj;
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index b0de4ee13aa2..1af46d5534ab 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.hrc
@@ -242,7 +242,7 @@
#define HID_SVXPAGE_SWPOSSIZE "CUI_HID_SVXPAGE_SWPOSSIZE"
#define HID_TPSHADOW_CTRL "CUI_HID_TPSHADOW_CTRL"
-#define HID_LINE_ENDDEF "CUI_HID_LINE_ENDDEF"
+
#define HID_LINE_DEF "CUI_HID_LINE_DEF"
#define HID_SPELLDLG_SETWORD "CUI_HID_SPELLDLG_SETWORD"