From 875f5d6d85539dc2c0be6623a6db3fa918d52023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 27 Nov 2012 09:08:31 +0000 Subject: [PATCH] analyzerIds missing --- ...-up-to-try-and-make-.o-s-small-enoug.patch | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 208d293..9356094 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,52 @@ +@@ -0,0 +1,69 @@ +/* + * This file is part of the LibreOffice project. + * @@ -205,4 +205,21 @@ index 0000000..81ed0f1 + init_ooxml(); +} + ++void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds() ++{ ++ cout << "" << endl; ++ ++ sprmidsToXML(cout); ++ ooxmlsprmidsToXML(cout); ++ ++ cout << "" << endl; ++ ++ cout << "" << endl; ++ ++ doctokidsToXML(cout); ++ ooxmlidsToXML(cout); ++ ++ cout << "" << endl; ++} ++ +}