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

Fix unused parameter warning when !HAVE_FEATURE_SCRIPTING

Change-Id: I221d11fd3bcd33e986b582a64cdba09e5af7c66d
üst deb59e01
......@@ -514,6 +514,8 @@ SfxApplication::ChooseScript(weld::Window *pParent)
{
aScriptURL = pDlg->GetScriptURL();
}
#else
(void) pParent;
#endif
return aScriptURL;
}
......
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