update 20250711
This commit is contained in:
@@ -539,7 +539,7 @@ namespace DOCGEN.Klassen
|
||||
case "DOKUMENTSCHUETZEN":
|
||||
document.Protect(ProtectionType.AllowOnlyFormFields, "Australia");
|
||||
break;
|
||||
case "FORMULARAKTUALISIERENXY":
|
||||
case "FORMULARAKTUALISIEREN":
|
||||
if (document.ProtectionType != ProtectionType.NoProtection)
|
||||
{
|
||||
document.Protect(ProtectionType.NoProtection, "Australia");
|
||||
|
||||
Reference in New Issue
Block a user