diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-09 14:20:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-09 20:46:24 +0100 |
commit | f41e7c704898fa0e86d6d128f5bd28f37c081e92 (patch) | |
tree | 660ac1f3e0f2dcbd869c557a10ece4a5facdde94 /include | |
parent | e3cf54875031b8740b3ed76d6f530c44d2d8c44e (diff) |
convert SfxStyleDialogs to .ui
Change-Id: I32aa538026669e22e0756cd062b72e67f8d179e5
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/styledlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx index 0580e4cae25c..da2e2a04233c 100644 --- a/include/sfx2/styledlg.hxx +++ b/include/sfx2/styledlg.hxx @@ -31,13 +31,13 @@ class SFX2_DLLPUBLIC SfxStyleDialog: public SfxTabDialog private: SfxStyleSheetBase* pStyle; DECL_DLLPRIVATE_LINK( CancelHdl, Button * ); + sal_uInt16 m_nOrganizerId; protected: virtual const SfxItemSet* GetRefreshedSet(); public: -#define ID_TABPAGE_MANAGESTYLES 1 - SfxStyleDialog( Window* pParent, const ResId& rResId, SfxStyleSheetBase&, - sal_Bool bFreeRes = sal_True, const String* pUserBtnTxt = 0 ); + SfxStyleDialog(Window* pParent, const OString& rID, + const OUString& rUIXMLDescription, SfxStyleSheetBase&); ~SfxStyleDialog(); |