summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-08 12:29:34 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-08-08 13:54:06 +0300
commitb10a5e4c3c3e0c95abd1f8b3d102c506b7e54c29 (patch)
tree0a6569fa2aed37898f8aa2fd3d438c3941a1855f /sd/source/ui/inc/custsdlg.hxx
parent720a130b29e24c5e3b8bfc97a046c1a41694ab8f (diff)
STL'ify CustomShowList
Create SdCustomShowList class to replace usage of tools/list.hxx Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index cb077e06fd21..774497664932 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -39,6 +39,7 @@
class SdDrawDocument;
class SdCustomShow;
+class SdCustomShowList;
//------------------------------------------------------------------------
@@ -56,7 +57,7 @@ private:
OKButton aBtnOK;
SdDrawDocument& rDoc;
- List* pCustomShowList;
+ SdCustomShowList* pCustomShowList;
SdCustomShow* pCustomShow;
sal_Bool bModified;