diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-03-25 18:02:45 -0430 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2011-04-28 10:50:45 +0200 |
commit | f3570d924bcb999090ba78d47b9354cb529df55e (patch) | |
tree | ccfea1f4687d9faed8373ed3f755aa3c740eb37b /sd/source/ui/inc/pubdlg.hxx | |
parent | 7d8057257f53727e034bda2d5879d00b3a2f4772 (diff) |
Remove deprecated container List in SdPublishingDlg
Diffstat (limited to 'sd/source/ui/inc/pubdlg.hxx')
-rw-r--r-- | sd/source/ui/inc/pubdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx index b264cc6ae89e..be8436207a2c 100644 --- a/sd/source/ui/inc/pubdlg.hxx +++ b/sd/source/ui/inc/pubdlg.hxx @@ -41,6 +41,7 @@ #include "assclass.hxx" #include <boost/scoped_ptr.hpp> +#include <boost/ptr_container/ptr_vector.hpp> #define NOOFPAGES 6 @@ -56,7 +57,6 @@ class Edit; class MultiLineEdit; class ValueSet; class SdHtmlAttrPreview; -class List; class SdPublishingDesign; class ButtonSet; @@ -185,7 +185,7 @@ private: void ChangePage(); void UpdatePage(); - List* m_pDesignList; + boost::ptr_vector<SdPublishingDesign> m_aDesignList; sal_Bool m_bDesignListDirty; SdPublishingDesign* m_pDesign; sal_Bool Load(); |