View | Details | Raw Unified | Return to issue 123528
Collapse All | Expand All

(-)source/core/xmlfilterbase.cxx (-2 / +1 lines)
Lines 19-26 Link Here
19
 * 
19
 * 
20
 *************************************************************/
20
 *************************************************************/
21
21
22
23
24
#include "oox/core/xmlfilterbase.hxx"
22
#include "oox/core/xmlfilterbase.hxx"
25
23
26
#include <cstdio>
24
#include <cstdio>
Lines 120-125 Link Here
120
118
121
    maFastParser.registerNamespace( NMSP_ax );
119
    maFastParser.registerNamespace( NMSP_ax );
122
    maFastParser.registerNamespace( NMSP_xm );
120
    maFastParser.registerNamespace( NMSP_xm );
121
    maFastParser.registerNamespace( NMSP_markupCompat );    // i123528
123
}
122
}
124
123
125
// ============================================================================
124
// ============================================================================
(-)source/token/namespaces.txt (+1 lines)
Lines 70-72 Link Here
70
dcTerms                 http://purl.org/dc/terms/
70
dcTerms                 http://purl.org/dc/terms/
71
xm                      http://schemas.microsoft.com/office/excel/2006/main
71
xm                      http://schemas.microsoft.com/office/excel/2006/main
72
sprm                    http://sprm
72
sprm                    http://sprm
73
markupCompat            http://schemas.openxmlformats.org/markup-compatibility/2006
(-)source/token/tokens.txt (+3 lines)
Lines 37-42 Link Here
37
Accel
37
Accel
38
Accel2
38
Accel2
39
AlbumTitle
39
AlbumTitle
40
AlternateContent
40
Always
41
Always
41
Anchor
42
Anchor
42
AppVersion
43
AppVersion
Lines 79-84 Link Here
79
CharactersWithSpaces
80
CharactersWithSpaces
80
Checkbox
81
Checkbox
81
Checked
82
Checked
83
Choice
82
City
84
City
83
ClientData
85
ClientData
84
ColHidden
86
ColHidden
Lines 2107-2112 Link Here
2107
fade
2109
fade
2108
fadeDir
2110
fadeDir
2109
fallback
2111
fallback
2112
Fallback
2110
false
2113
false
2111
family
2114
family
2112
fans
2115
fans

Return to issue 123528