summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/present.cxx
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/dlg/present.cxx
parent720a130b29e24c5e3b8bfc97a046c1a41694ab8f (diff)
STL'ify CustomShowList
Create SdCustomShowList class to replace usage of tools/list.hxx Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
Diffstat (limited to 'sd/source/ui/dlg/present.cxx')
-rw-r--r--sd/source/ui/dlg/present.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index c84bd2c3f91a..54b008e5a5e2 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -42,6 +42,7 @@
#include "present.hrc"
#include "sdresid.hxx"
#include "cusshow.hxx"
+#include "customshowlist.hxx"
using ::rtl::OUString;
using namespace ::com::sun::star::uno;
@@ -54,7 +55,7 @@ using namespace ::com::sun::star::beans;
\************************************************************************/
SdStartPresentationDlg::SdStartPresentationDlg( Window* pWindow,
const SfxItemSet& rInAttrs,
- const std::vector<String> &rPageNames, List* pCSList ) :
+ const std::vector<String> &rPageNames, SdCustomShowList* pCSList ) :
ModalDialog ( pWindow, SdResId( DLG_START_PRESENTATION ) ),
aGrpRange ( this, SdResId( GRP_RANGE ) ),
aRbtAll ( this, SdResId( RBT_ALL ) ),