[libreoffice] fix up split

Caolán McNamara caolanm at fedoraproject.org
Wed Nov 28 12:31:36 UTC 2012


commit f1796c16b084382ce2b5dd69582c06becfd9cf96
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 28 12:31:29 2012 +0000

    fix up split

 ...tostr-up-to-try-and-make-.o-s-small-enoug.patch |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/0001-split-qnametostr-up-to-try-and-make-.o-s-small-enoug.patch b/0001-split-qnametostr-up-to-try-and-make-.o-s-small-enoug.patch
index 9356094..3af204f 100644
--- a/0001-split-qnametostr-up-to-try-and-make-.o-s-small-enoug.patch
+++ b/0001-split-qnametostr-up-to-try-and-make-.o-s-small-enoug.patch
@@ -153,7 +153,7 @@ new file mode 100644
 index 0000000..81ed0f1
 --- /dev/null
 +++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx
-@@ -0,0 +1,69 @@
+@@ -0,0 +1,73 @@
 +/*
 + * This file is part of the LibreOffice project.
 + *
@@ -173,6 +173,8 @@ index 0000000..81ed0f1
 + */
 +
 +#include <resourcemodel/QNameToString.hxx>
++#include <doctok/WW8Document.hxx>
++#include <ooxml/OOXMLDocument.hxx>
 +
 +namespace writerfilter
 +{
@@ -205,6 +207,8 @@ index 0000000..81ed0f1
 +    init_ooxml();
 +}
 +
++extern void ooxmlsprmidsToXML(::std::ostream &out);
++
 +void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds()
 +{
 +    cout << "<ids type=\"sprm\">" << endl;


More information about the scm-commits mailing list