summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index d99b7995ed93..d59855e58b03 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -347,7 +347,7 @@ void runGraphicsRenderTests()
if (comphelper::LibreOfficeKit::isActive())
return;
#if !ENABLE_WASM_STRIP_PINGUSER
- if (!utl::isProductVersionUpgraded(false))
+ if (!utl::isProductVersionUpgraded())
{
return;
}