summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/factory/dlgfact.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 2a71808ae59d..9c422c4f71a6 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1540,6 +1540,7 @@ AbstractDialogFactory_Impl::CreateWhatsNewDialog(weld::Window* pParent, const bo
std::make_shared<WhatsNewDialog>(pParent, bWelcome));
#else
(void) pParent;
+ (void) bWelcome;
return nullptr;
#endif
}