On Saturday 07 of July 2012, Román Ginés Martínez Ferrández wrote: > Hello, > > I had to make the following change to compile because the printf > function in the source (git diff):
Thanks, but the printf was committed by mistake and has already been removed, so the code should compile fine again. > 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. -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
