summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-12 11:29:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-12 12:05:40 +0000
commit2f295ad6857877f44ef568ab9bbd5784a9be19be (patch)
treebfb00e6d396371a3be56b8a806cc2948ca30388a /cui/source/inc
parent0924fa483a4aa8f22da35986e3191a453a4736b9 (diff)
convert gallery files page to .ui
Change-Id: Ifd5c9b16f8f9a42e13f1139076f7616dd3e0f8d0
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuigaldlg.hxx15
-rw-r--r--cui/source/inc/gallery.hrc4
-rw-r--r--cui/source/inc/helpid.hrc1
3 files changed, 7 insertions, 13 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index 1026503b198b..1e4f5c688edb 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -239,14 +239,13 @@ class TPGalleryThemeProperties : public SfxTabPage
friend class TakeProgress;
friend class TakeThread;
- FixedText aFtFileType;
- ComboBox aCbbFileType;
- MultiListBox aLbxFound;
- PushButton aBtnSearch;
- PushButton aBtnTake;
- PushButton aBtnTakeAll;
- CheckBox aCbxPreview;
- GalleryPreview aWndPreview;
+ ComboBox* m_pCbbFileType;
+ ListBox* m_pLbxFound;
+ PushButton* m_pBtnSearch;
+ PushButton* m_pBtnTake;
+ PushButton* m_pBtnTakeAll;
+ CheckBox* m_pCbxPreview;
+ GalleryPreview* m_pWndPreview;
ExchangeData* pData;
StringList aFoundList;
diff --git a/cui/source/inc/gallery.hrc b/cui/source/inc/gallery.hrc
index 5487b2556680..d0871a510274 100644
--- a/cui/source/inc/gallery.hrc
+++ b/cui/source/inc/gallery.hrc
@@ -18,10 +18,6 @@
*/
#include <cuires.hrc>
-// Gallery TabPages
-#define RID_SVXTABPAGE_GALLERY_GENERAL (RID_CUI_GALLERY_START + 1)
-#define RID_SVXTABPAGE_GALLERYTHEME_FILES (RID_CUI_GALLERY_START + 4)
-
// Dialogs
#define RID_SVXDLG_GALLERY_TAKE_PROGRESS (RID_CUI_GALLERY_START + 7)
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index 6181d49c21f8..7dbdf025510f 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.hrc
@@ -177,7 +177,6 @@
#define HID_SEARCH_APPROXSETTINGS "CUI_HID_SEARCH_APPROXSETTINGS"
#define HID_SEARCH_BTN_SEARCH "CUI_HID_SEARCH_BTN_SEARCH"
#define HID_SEARCH_BTN_CLOSE "CUI_HID_SEARCH_BTN_CLOSE"
-#define HID_GALLERY_BROWSER "CUI_HID_GALLERY_BROWSER"
#define HID_GALLERY_APPLY "CUI_HID_GALLERY_APPLY"
#define HID_DIALOG_HANGULHANJA "CUI_HID_DIALOG_HANGULHANJA"
#define HID_HANGULHANJA_EDIT_DLG "CUI_HID_HANGULHANJA_EDIT_DLG"