mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Merge remote-tracking branch 'origin/release/v9.1.0' into feature/pdf-redact-fix
This commit is contained in:
@ -1471,10 +1471,8 @@ namespace PdfWriter
|
||||
std::string sValue = U_TO_UTF8(wsT);
|
||||
CDictObject* pOwner = GetObjOwnValue("T");
|
||||
if (!pOwner)
|
||||
{
|
||||
pOwner = this;
|
||||
pOwner->Add("T", new CStringObject(sValue.c_str(), true));
|
||||
}
|
||||
pOwner->Add("T", new CStringObject(sValue.c_str(), true));
|
||||
}
|
||||
void CWidgetAnnotation::SetBC(const std::vector<double>& arrBC)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user