Kaydet (Commit) d7837779 authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

autorecovery: +clear

üst 6c6d2d2b
......@@ -109,6 +109,11 @@ namespace comphelper
impl_assign( _rArguments );
}
inline void clear()
{
impl_assign( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >() );
}
/// returns the number of elements in the collection
size_t size() const;
......
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