fix up split

f41
Caolán McNamara 12 years ago
parent 7e667da165
commit f1796c16b0

@ -153,7 +153,7 @@ new file mode 100644
index 0000000..81ed0f1 index 0000000..81ed0f1
--- /dev/null --- /dev/null
+++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx +++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx
@@ -0,0 +1,69 @@ @@ -0,0 +1,73 @@
+/* +/*
+ * This file is part of the LibreOffice project. + * This file is part of the LibreOffice project.
+ * + *
@ -173,6 +173,8 @@ index 0000000..81ed0f1
+ */ + */
+ +
+#include <resourcemodel/QNameToString.hxx> +#include <resourcemodel/QNameToString.hxx>
+#include <doctok/WW8Document.hxx>
+#include <ooxml/OOXMLDocument.hxx>
+ +
+namespace writerfilter +namespace writerfilter
+{ +{
@ -205,6 +207,8 @@ index 0000000..81ed0f1
+ init_ooxml(); + init_ooxml();
+} +}
+ +
+extern void ooxmlsprmidsToXML(::std::ostream &out);
+
+void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds() +void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds()
+{ +{
+ cout << "<ids type=\"sprm\">" << endl; + cout << "<ids type=\"sprm\">" << endl;

Loading…
Cancel
Save