@@ -99,7 +99,6 @@ set(ODR_SOURCE_FILES
9999 "src/odr/internal/cfb/cfb_util.cpp"
100100
101101 "src/odr/internal/common/document.cpp"
102- "src/odr/internal/common/document_element.cpp"
103102 "src/odr/internal/common/file.cpp"
104103 "src/odr/internal/common/filesystem.cpp"
105104 "src/odr/internal/common/image_file.cpp"
@@ -133,29 +132,30 @@ set(ODR_SOURCE_FILES
133132
134133 "src/odr/internal/odf/odf_crypto.cpp"
135134 "src/odr/internal/odf/odf_document.cpp"
135+ "src/odr/internal/odf/odf_element_registry.cpp"
136136 "src/odr/internal/odf/odf_file.cpp"
137137 "src/odr/internal/odf/odf_manifest.cpp"
138138 "src/odr/internal/odf/odf_meta.cpp"
139- "src/odr/internal/odf/odf_parser.cpp"
140- "src/odr/internal/odf/odf_style.cpp"
139+ # "src/odr/internal/odf/odf_parser.cpp"
140+ # "src/odr/internal/odf/odf_style.cpp"
141141
142142 "src/odr/internal/oldms/oldms_file.cpp"
143143
144- "src/odr/internal/ooxml/presentation/ooxml_presentation_document.cpp"
145- "src/odr/internal/ooxml/presentation/ooxml_presentation_element.cpp"
146- "src/odr/internal/ooxml/presentation/ooxml_presentation_parser.cpp"
147- "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_document.cpp"
148- "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_element.cpp"
149- "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_parser.cpp"
150- "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_style.cpp"
151- "src/odr/internal/ooxml/text/ooxml_text_document.cpp"
152- "src/odr/internal/ooxml/text/ooxml_text_element.cpp"
153- "src/odr/internal/ooxml/text/ooxml_text_parser.cpp"
154- "src/odr/internal/ooxml/text/ooxml_text_style.cpp"
155- "src/odr/internal/ooxml/ooxml_crypto.cpp"
156- "src/odr/internal/ooxml/ooxml_file.cpp"
157- "src/odr/internal/ooxml/ooxml_meta.cpp"
158- "src/odr/internal/ooxml/ooxml_util.cpp"
144+ # "src/odr/internal/ooxml/presentation/ooxml_presentation_document.cpp"
145+ # "src/odr/internal/ooxml/presentation/ooxml_presentation_element.cpp"
146+ # "src/odr/internal/ooxml/presentation/ooxml_presentation_parser.cpp"
147+ # "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_document.cpp"
148+ # "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_element.cpp"
149+ # "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_parser.cpp"
150+ # "src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_style.cpp"
151+ # "src/odr/internal/ooxml/text/ooxml_text_document.cpp"
152+ # "src/odr/internal/ooxml/text/ooxml_text_element.cpp"
153+ # "src/odr/internal/ooxml/text/ooxml_text_parser.cpp"
154+ # "src/odr/internal/ooxml/text/ooxml_text_style.cpp"
155+ # "src/odr/internal/ooxml/ooxml_crypto.cpp"
156+ # "src/odr/internal/ooxml/ooxml_file.cpp"
157+ # "src/odr/internal/ooxml/ooxml_meta.cpp"
158+ # "src/odr/internal/ooxml/ooxml_util.cpp"
159159
160160 "src/odr/internal/pdf/pdf_cmap.cpp"
161161 "src/odr/internal/pdf/pdf_cmap_parser.cpp"
0 commit comments