diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-12 16:16:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 15:33:47 +0200 |
commit | 61391c43f5808aadfa5fafb25a1bd7c2ae541b70 (patch) | |
tree | acbf5580b38ff5f11c7c1eabb61a6b34b675db41 /avmedia | |
parent | d9938d4d585ba4493050464e58dc9c785a1ee3b9 (diff) |
all ItemWindows are now welded
where native widgetery is hostable in a vcl toolbar or a native one
Change-Id: I942ada335bb4bd6ced0f3352f632e25787f68597
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88598
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/mediatoolbox.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/source/framework/mediatoolbox.cxx b/avmedia/source/framework/mediatoolbox.cxx index a291218da6c5..0eac2eff0378 100644 --- a/avmedia/source/framework/mediatoolbox.cxx +++ b/avmedia/source/framework/mediatoolbox.cxx @@ -105,19 +105,16 @@ void MediaToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const S } } - -VclPtr<vcl::Window> MediaToolBoxControl::CreateItemWindow( vcl::Window *pParent ) +VclPtr<InterimItemWindow> MediaToolBoxControl::CreateItemWindow( vcl::Window *pParent ) { return ( pParent ? VclPtr<MediaToolBoxControl_Impl>::Create( *pParent, *this ) : nullptr ); } - void MediaToolBoxControl::implUpdateMediaControl() { updateStatus( ".uno:AVMediaToolBox" ); } - void MediaToolBoxControl::implExecuteMediaControl( const MediaItem& rItem ) { MediaItem aExecItem( SID_AVMEDIA_TOOLBOX ); |