File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Classes/PHPPowerPoint/Writer Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,49 +39,49 @@ class PHPPowerPoint_Writer_PowerPoint2007 implements PHPPowerPoint_Writer_IWrite
39
39
*
40
40
* @var boolean
41
41
*/
42
- private $ _office2003compatibility = false ;
42
+ protected $ _office2003compatibility = false ;
43
43
44
44
/**
45
45
* Private writer parts
46
46
*
47
47
* @var PHPPowerPoint_Writer_PowerPoint2007_WriterPart[]
48
48
*/
49
- private $ _writerParts ;
49
+ protected $ _writerParts ;
50
50
51
51
/**
52
52
* Private PHPPowerPoint
53
53
*
54
54
* @var PHPPowerPoint
55
55
*/
56
- private $ _presentation ;
56
+ protected $ _presentation ;
57
57
58
58
/**
59
59
* Private unique PHPPowerPoint_Worksheet_BaseDrawing HashTable
60
60
*
61
61
* @var PHPPowerPoint_HashTable
62
62
*/
63
- private $ _drawingHashTable ;
63
+ protected $ _drawingHashTable ;
64
64
65
65
/**
66
66
* Use disk caching where possible?
67
67
*
68
68
* @var boolean
69
69
*/
70
- private $ _useDiskCaching = false ;
70
+ protected $ _useDiskCaching = false ;
71
71
72
72
/**
73
73
* Disk caching directory
74
74
*
75
75
* @var string
76
76
*/
77
- private $ _diskCachingDirectory ;
77
+ protected $ _diskCachingDirectory ;
78
78
79
79
/**
80
80
* Layout pack to use
81
81
*
82
82
* @var PHPPowerPoint_Writer_PowerPoint2007_LayoutPack
83
83
*/
84
- private $ _layoutPack ;
84
+ protected $ _layoutPack ;
85
85
86
86
/**
87
87
* Create a new PHPPowerPoint_Writer_PowerPoint2007
You can’t perform that action at this time.
0 commit comments