pptx: Fix capitalisation of notesMasterId
I don’t think this has caused any problems, but before now it’s been "NotesMasterId", which is incorrect according to [ECMA-376]. [ECMA-376]: https://www.ecma-international.org/publications-and-standards/standards/ecma-376/
This commit is contained in:
parent
8beca46611
commit
8ec9b884f1
21 changed files with 1 additions and 1 deletions
|
@ -1981,7 +1981,7 @@ presentationToPresentationElement pres@(Presentation _ slds) = do
|
|||
|
||||
notesMasterElem = mknode "p:notesMasterIdLst" []
|
||||
[ mknode
|
||||
"p:NotesMasterId"
|
||||
"p:notesMasterId"
|
||||
[("r:id", "rId" <> tshow notesMasterRId)]
|
||||
()
|
||||
]
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue