Kaydet (Commit) 76408b0f authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) Miklos Vajna

fdo#67930 work around fdo#68024

don't emit string-value attribute

Change-Id: I3668b88437451523f2b6bb3c2c82e1929f7ba3d8
Reviewed-on: https://gerrit.libreoffice.org/5371Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
üst 6111122c
......@@ -171,7 +171,8 @@ public class FormatValueUtility
{
variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "string");
}
variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, STRING_VALUE, String.valueOf(value));
// work around fdo#68024
//variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, STRING_VALUE, String.valueOf(value));
}
else
{
......
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