self.修改为{self,},提高执行效率

This commit is contained in:
csh
2024-07-10 16:42:53 +08:00
parent 08d5c1c6f7
commit 3dab5b5fb5
372 changed files with 6349 additions and 6349 deletions
@@ -21,7 +21,7 @@ begin
object_ := _obj;
abstractnum_hash_ := array();
num_hash_ := array();
self.Init();
{self.}Init();
end;
function NumberingAdapter.Init();
@@ -16,7 +16,7 @@ function RelationshipsAdapter.Create(_obj: Relationships);
begin
object_ := _obj;
relationship_hash_ := array();
self.Init();
{self.}Init();
end;
function RelationshipsAdapter.Init();
@@ -16,7 +16,7 @@ function StylesAdapter.Create(_obj: Styles);
begin
object_ := _obj;
style_hash_ := array();
self.Init();
{self.}Init();
end;
function StylesAdapter.Init();