diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2013-08-04 20:49:22 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-06 07:18:21 +0000 |
commit | 0651e83da75b36ec95e9a895c746174831df53dd (patch) | |
tree | 2185955b184a3657093bcf92ced31fbe66d438c9 /cui/source/inc | |
parent | e289eb655fb0d750b09c74dfd9811ab27243a207 (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.hxx | 20 | ||||
-rw-r--r-- | cui/source/inc/helpid.hrc | 2 |
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" |