diff --git a/Examples/DocsExamples/DocsExamples/Programming with Documents/Working with Headers and Footers.cs b/Examples/DocsExamples/DocsExamples/Programming with Documents/Working with Headers and Footers.cs index 97622c166..e64abc4d5 100644 --- a/Examples/DocsExamples/DocsExamples/Programming with Documents/Working with Headers and Footers.cs +++ b/Examples/DocsExamples/DocsExamples/Programming with Documents/Working with Headers and Footers.cs @@ -177,8 +177,7 @@ public void LinkToPreviousHeaderFooter() public void SectionsWithDifferentHeaders() { //ExStart:SectionsWithDifferentHeaders - //GistId:1afca4d3da7cb4240fb91c3d93d8c30d - //OldName:DifferentFirstPageHeaderFooter + //GistId:1afca4d3da7cb4240fb91c3d93d8c30d Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);