diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 12:52:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 13:05:45 +0100 |
commit | d25b1bf2bd617a9e29fd27c9550170fef0469481 (patch) | |
tree | e3bec26869f005ae64f6a40599021b764375190a /cui/source/inc | |
parent | a1f6d9d5b9e05440006a8cc96d1e02de18a3910f (diff) |
convert smarttag options page to .ui
Change-Id: Iae72fb5debaa5fe642cba940cf6775f5fd927fcd
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 7 | ||||
-rw-r--r-- | cui/source/inc/cuires.hrc | 1 | ||||
-rw-r--r-- | cui/source/inc/helpid.hrc | 1 |
3 files changed, 3 insertions, 6 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index a74f09effef3..e6748d0df116 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -461,10 +461,9 @@ class OfaSmartTagOptionsTabPage : public SfxTabPage private: // controls - CheckBox m_aMainCB; - SvxCheckListBox m_aSmartTagTypesLB; - PushButton m_aPropertiesPB; - FixedText m_aTitleFT; + CheckBox* m_pMainCB; + SvxCheckListBox* m_pSmartTagTypesLB; + PushButton* m_pPropertiesPB; /// construction via Create() OfaSmartTagOptionsTabPage( Window* pParent, const SfxItemSet& rSet ); diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index 6d2df8771b85..2d7f5270de9d 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -128,7 +128,6 @@ #define OFA_TP_VIEW (RID_OFA_START + 202) #define RID_OFAPAGE_MSFILTEROPT (RID_OFA_START + 120) #define RID_OFAPAGE_MSFILTEROPT2 (RID_OFA_START + 121) -#define RID_OFAPAGE_SMARTTAG_OPTIONS (RID_OFA_START + 125) #define RID_SVXPAGE_OPTIONS_CTL (RID_SVX_START + 252) #define RID_SVXPAGE_OPTIONS_JAVA (RID_SVX_START + 253) #define RID_SVXPAGE_ABOUT_CONFIG (RID_SVX_START + 301) diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index 263a78845fc3..8b2386926319 100644 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -32,7 +32,6 @@ #define HID_OFA_FONT_SUBST_CLB "CUI_HID_OFA_FONT_SUBST_CLB" #define HID_DBPATH_CTL_PATH "CUI_HID_DBPATH_CTL_PATH" #define HID_DBPATH_HEADERBAR "CUI_HID_DBPATH_HEADERBAR" -#define HID_OFAPAGE_SMARTTAG_OPTIONS "CUI_HID_OFAPAGE_SMARTTAG_OPTIONS" #define HID_OFADLG_TREELISTBOX "CUI_HID_OFADLG_TREELISTBOX" #define HID_OPTIONS_DICT_EDIT_ENTRIES_LIST "CUI_HID_OPTIONS_DICT_EDIT_ENTRIES_LIST" #define HID_COLORPAGE_DOCCOLOR_LB "CUI_HID_COLORPAGE_DOCCOLOR_LB" |