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

Fix build without HAVE_FEATURE_AVMEDIA

Change-Id: I65d16c3561fa6fd83aa37cb12ae4fd931d03029f
üst e2d2a338
......@@ -700,9 +700,9 @@ void FuInsertAVMedia::DoExecute( SfxRequest& rReq )
bool bLink(true);
if (!(bAPI
#if HAVE_FEATURE_AVMEDIA
|| ::avmedia::MediaWindow::executeMediaURLDialog(mpWindow ? mpWindow->GetFrameWeld() : nullptr, aURL, & bLink))
|| ::avmedia::MediaWindow::executeMediaURLDialog(mpWindow ? mpWindow->GetFrameWeld() : nullptr, aURL, & bLink)
#endif
)
))
return;
Size aPrefSize;
......
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