Skip to content

Commit 5a4f219

Browse files
committed
#39 : BUG : Powerpoint Repair Error
1 parent f949387 commit 5a4f219

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/references.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
References
44
==========
55

6-
ISO/IEC 29500, Third edition, 2012-09-01
6+
OpenXML
77
---------------------
88

9+
Known as "ISO/IEC 29500, Third edition, 2012-09-01"
10+
11+
ISO :
912
- `Part 1: Fundamentals and Markup Language Reference
1013
<http://standards.iso.org/ittf/PubliclyAvailableStandards/c061750_ISO_IEC_29500-1_2012.zip>`__
1114
- `Part 2: Open Packaging Conventions
@@ -14,21 +17,20 @@ ISO/IEC 29500, Third edition, 2012-09-01
1417
<http://standards.iso.org/ittf/PubliclyAvailableStandards/c061797_ISO_IEC_29500-3_2012.zip>`__
1518
- `Part 4: Transitional Migration Features
1619
<http://standards.iso.org/ittf/PubliclyAvailableStandards/c061798_ISO_IEC_29500-4_2012.zip>`__
20+
MSDN :
21+
- `DocumentFormat.OpenXml.Presentation Namespace on
22+
MSDN <http://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation(v=office.14).aspx>`__
23+
- `Open XML SDK 2.5 with Validator <http://www.microsoft.com/en-gb/download/details.aspx?id=30425>`__
1724

18-
Formal specifications
25+
OpenDocument
1926
---------------------
2027

2128
- `Oasis OpenDocument Standard Version
2229
1.2 <http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os.html>`__
2330

24-
Other resources
25-
---------------
26-
27-
- `DocumentFormat.OpenXml.Presentation Namespace on
28-
MSDN <http://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation(v=office.14).aspx>`__
2931

3032
PowerPoint 97
3133
---------------
3234

3335
- `[MS-PPT]: PowerPoint (.ppt) Binary File Format <http://msdn.microsoft.com/en-us/library/cc313106(v=office.12).aspx>`__
34-
- `OffVis : Microsoft Tool for reading PPT files <http://blogs.technet.com/b/srd/archive/2009/07/31/announcing-offvis.aspx>`
36+
- `OffVis : Microsoft Tool for reading PPT files <http://blogs.technet.com/b/srd/archive/2009/07/31/announcing-offvis.aspx>`

src/PhpPowerpoint/Writer/PowerPoint2007/LayoutPack/PackDefault.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct()
5757
</a:xfrm>
5858
</p:grpSpPr>
5959
<p:sp>
60-
<p:nvSpPr
60+
<p:nvSpPr>
6161
<p:cNvPr id="2" name="Title Placeholder 1" />
6262
<p:cNvSpPr>
6363
<a:spLocks noGrp="1" />

0 commit comments

Comments
 (0)