diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-24 09:55:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-24 10:21:21 +0000 |
commit | 0dce3178fa75ad1d6f663ccd6548a1c54c6a93bd (patch) | |
tree | f129998fb0e8746f7418432481f373cb86a9c866 /cui/source/inc | |
parent | 2544a2a810bc9182d5f062cafb41b5be96111982 (diff) |
convert gallery theme properties dialog to .ui
Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 9 | ||||
-rw-r--r-- | cui/source/inc/gallery.hrc | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 2e8d82970399..eb242ef7dece 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -197,12 +197,13 @@ class GalleryThemeProperties : public SfxTabDialog { ExchangeData* pData; - virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ); + sal_uInt16 m_nGeneralPageId; + sal_uInt16 m_nFilesPageId; -public: + virtual void PageCreated(sal_uInt16 nId, SfxTabPage &rPage); - GalleryThemeProperties( Window* pParent, ExchangeData* pData, SfxItemSet* pItemSet ); - ~GalleryThemeProperties() {} +public: + GalleryThemeProperties(Window* pParent, ExchangeData* pData, SfxItemSet* pItemSet); }; class TPGalleryThemeGeneral : public SfxTabPage diff --git a/cui/source/inc/gallery.hrc b/cui/source/inc/gallery.hrc index 61b038a555ad..e255e7592c41 100644 --- a/cui/source/inc/gallery.hrc +++ b/cui/source/inc/gallery.hrc @@ -18,9 +18,7 @@ */ #include <cuires.hrc> -// Gallery TabDialogs/TabPages -#define RID_SVXTABDLG_GALLERYTHEME (RID_CUI_GALLERY_START + 2) - +// Gallery TabPages #define RID_SVXTABPAGE_GALLERY_GENERAL (RID_CUI_GALLERY_START + 1) #define RID_SVXTABPAGE_GALLERYTHEME_FILES (RID_CUI_GALLERY_START + 4) |