summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
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;