Kaydet (Commit) cef1ec87 authored tarafından Rafael Dominguez's avatar Rafael Dominguez Kaydeden (comit) Joseph Powers

Remove List container in components/imgprod

üst 7fc838e8
...@@ -29,9 +29,10 @@ ...@@ -29,9 +29,10 @@
#ifndef _PRODUCE_HXX #ifndef _PRODUCE_HXX
#define _PRODUCE_HXX #define _PRODUCE_HXX
#include <boost/ptr_container/ptr_vector.hpp>
#include <tools/link.hxx> #include <tools/link.hxx>
#include <tools/string.hxx> #include <tools/string.hxx>
#include <tools/list.hxx>
#include <com/sun/star/awt/ImageStatus.hpp> #include <com/sun/star/awt/ImageStatus.hpp>
#include <com/sun/star/awt/XImageConsumer.hpp> #include <com/sun/star/awt/XImageConsumer.hpp>
#include <com/sun/star/awt/XImageProducer.hpp> #include <com/sun/star/awt/XImageProducer.hpp>
...@@ -61,8 +62,10 @@ class ImageProducer : public ::com::sun::star::awt::XImageProducer, ...@@ -61,8 +62,10 @@ class ImageProducer : public ::com::sun::star::awt::XImageProducer,
{ {
private: private:
typedef boost::ptr_vector< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageConsumer > > ConsumerList_t;
::rtl::OUString maURL; ::rtl::OUString maURL;
List maConsList; ConsumerList_t maConsList;
Graphic* mpGraphic; Graphic* mpGraphic;
SvStream* mpStm; SvStream* mpStm;
sal_uInt32 mnTransIndex; sal_uInt32 mnTransIndex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment