summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-04-26 22:13:12 +0200
committerKatarina Behrens <bubli@bubli.org>2013-04-26 22:32:01 +0200
commit2b37775048b69edff81cd4f73b39bd9445b60878 (patch)
tree7d3cff5fc815bb3db141014345b730ce88f6a9a0 /sd/source/ui/inc/custsdlg.hxx
parentc1ccd8bda8255ff05f8d730bd02caf08163d41f6 (diff)
Converted custom slide shows dialog to .ui
Change-Id: Ica0361a45a00f45fd4767d5de37bd839567a469d
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index 76ff0e5ddcd1..06cf1885a3b9 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -37,15 +37,15 @@ class SdCustomShowList;
class SdCustomShowDlg : public ModalDialog
{
private:
- ListBox aLbCustomShows;
- CheckBox aCbxUseCustomShow;
- PushButton aBtnNew;
- PushButton aBtnEdit;
- PushButton aBtnRemove;
- PushButton aBtnCopy;
- HelpButton aBtnHelp;
- PushButton aBtnStartShow;
- OKButton aBtnOK;
+ ListBox* m_pLbCustomShows;
+ CheckBox* m_pCbxUseCustomShow;
+ PushButton* m_pBtnNew;
+ PushButton* m_pBtnEdit;
+ PushButton* m_pBtnRemove;
+ PushButton* m_pBtnCopy;
+ HelpButton* m_pBtnHelp;
+ PushButton* m_pBtnStartShow;
+ OKButton* m_pBtnOK;
SdDrawDocument& rDoc;
SdCustomShowList* pCustomShowList;