diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-03 12:49:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-03 13:57:23 +0200 |
commit | 93122eb06abf77252f01a8a255fc28348efca911 (patch) | |
tree | afc40cb1b802c974d259f8f98e1d6513d284fe56 /include | |
parent | 2b17ec2175e288b92044092166d5b885978cecff (diff) |
uno::Sequence->std::vector in vcl::Throbber
Change-Id: I9240cd2240940e03e895a7544c9f51a29b048355
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/throbber.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx index 1701383529fc..be9ee33654c3 100644 --- a/include/vcl/throbber.hxx +++ b/include/vcl/throbber.hxx @@ -62,7 +62,6 @@ public: void stop(); bool isRunning() const; - void setImageList( const css::uno::Sequence< css::uno::Reference< css::graphic::XGraphic > >& ImageList ); void setImageList( ::std::vector< Image > const& i_images ); // default images |