Skip to content

Commit 04629b4

Browse files
committed
test
1 parent 2d8bb79 commit 04629b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/how-to-accept-all-revisions-in-a-word-processing-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,4 @@ The following is the complete sample code in both C\# and Visual Basic.
507507
## See also
508508

509509
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk.md)
510-
- [Accepting Revisions in Open XML Word-Processing Documents](https://docs.microsoft.com/previous-versions/office/developer/office-2007/ee836138(v=office.12)&preserve-view=true)
510+
- [Accepting Revisions in Open XML Word-Processing Documents](previous-versions/office/developer/office-2007/ee836138(v=office.12)&preserve-view=true)

docs/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ provided, each with a different signature. The sample code in this topic
5050
uses the **Create** method with a signature
5151
that requires two parameters. The first parameter, **package**, takes a full
5252
path string that represents the document that you want to create. The
53-
second parameter, <span class="parameter"
54-
sdata="paramReference">*type*, is a member of the [SpreadsheetDocumentType](https://msdn.microsoft.com/library/office/documentformat.openxml.spreadsheetdocumenttype.aspx) enumeration. This
53+
second parameter, <span class="parameter"></span>*type*, is a member of the [SpreadsheetDocumentType](https://msdn.microsoft.com/library/office/documentformat.openxml.spreadsheetdocumenttype.aspx) enumeration. This
5554
parameter represents the document type. For example, there are different
5655
members of the **SpreadsheetDocumentType**
5756
enumeration for add-ins, templates, workbooks, and macro-enabled

0 commit comments

Comments
 (0)