Update engines/libreoffice/src/main/java/org/alfresco/transform/libreoffice/patch/LibreOfficeProfileManager.java

Co-authored-by: Damian Ujma <92095156+damianujma@users.noreply.github.com>
This commit is contained in:
Sayan Bhattacharya
2026-01-12 11:11:38 +05:30
committed by GitHub
parent 9a20e2d5af
commit ddb9c7ff7c

View File

@@ -67,7 +67,7 @@ public class LibreOfficeProfileManager
}
else if (StringUtils.isNotBlank(templateProfileDir))
{
LOGGER.warn("Template profile directory found. Make sure that BlockUntrustedRefererLinks security settings is set to true in the registrymodifications.xcu file of Libreoffice profile.");
LOGGER.warn("Template profile directory found. Make sure that the BlockUntrustedRefererLinks security setting is set to true in the registrymodifications.xcu file of the LibreOffice profile.");
return templateProfileDir;
}