sfx2/source/appl/app.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e390011efa79588eca7ff7a3976a9ca3b3a780a4
Author: Tor Lillqvist <[email protected]>
AuthorDate: Sun Jul 7 21:15:00 2019 +0300
Commit: Tor Lillqvist <[email protected]>
CommitDate: Sun Jul 7 21:15:06 2019 +0300
Fix unused parameter 'pParent' when !HAVE_FEATURE_SCRIPTING
Change-Id: I1c4b58c55213ce9baadc0c1d4b4e394ee62fa053
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 75ea2ff5e820..53d2aae37da0 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -523,6 +523,7 @@ SfxApplication::ChooseScript(weld::Window *pParent)
void SfxApplication::MacroOrganizer(weld::Window* pParent, sal_Int16 nTabId)
{
#if !HAVE_FEATURE_SCRIPTING
+ (void) pParent;
(void) nTabId;
#else
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits