internal void method_24(Document A_0)
        {
            int num = 15;

            if (this.ListFormat.ListType != ListType.NoList)
            {
                ListStyle currentListStyle = this.ListFormat.CurrentListStyle;
                if ((currentListStyle != null) && (A_0.ListStyles.FindByName(currentListStyle.Name) == null))
                {
                    A_0.ListStyles.Add((ListStyle)currentListStyle.Clone());
                }
                if (currentListStyle != null)
                {
                    this.ListFormat.CurrentListLevel.ParaStyleName = base.Name.Replace(BookmarkStart.b("ᔴ", num), string.Empty);
                }
            }
            if ((this.ListFormat.LFOStyleName != null) && (A_0.ListOverrides.method_35(this.ListFormat.LFOStyleName) == null))
            {
                Class12 class2 = base.Document.ListOverrides.method_35(this.ListFormat.LFOStyleName);
                if (class2 != null)
                {
                    A_0.ListOverrides.method_34((Class12)class2.Clone());
                }
            }
        }