[PATCH] Build problem.
Román Ginés Martínez Ferrández
rgmf at riseup.net
Sat Jul 7 10:41:05 PDT 2012
Hello,
I had to make the following change to compile because the printf
function in the source (git diff):
diff --git a/oox/source/ppt/slidefragmenthandler.cxx
b/oox/source/ppt/slidefragmenthandler.cxx
index 2b010be..d255b04 100644
--- a/oox/source/ppt/slidefragmenthandler.cxx
+++ b/oox/source/ppt/slidefragmenthandler.cxx
@@ -31,6 +31,7 @@
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/container/XNamed.hpp>
+#include <stdio.h>
#include "oox/helper/propertyset.hxx"
#include "oox/core/xmlfilterbase.hxx"
Regards.
More information about the LibreOffice
mailing list