Kaydet (Commit) 15b7cdb3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add getMaskSet() to the dummy AVMediaSetMask

As such I am not convinced that this "dummy" replacement class
approach is the right thing; we don't do it like that elsewhere
either?

Change-Id: Ife912d9ed91bd26610ea40cf4b446beb2ed481ec
üst 6a37bb09
...@@ -71,6 +71,11 @@ bool MediaItem::PutValue( const css::uno::Any&, sal_uInt8 ) ...@@ -71,6 +71,11 @@ bool MediaItem::PutValue( const css::uno::Any&, sal_uInt8 )
return false; return false;
} }
AVMediaSetMask MediaItem::getMaskSet() const
{
return AVMediaSetMask::NONE;
}
SfxPoolItem* MediaItem::CreateDefault() SfxPoolItem* MediaItem::CreateDefault()
{ {
return new MediaItem; return new MediaItem;
......
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