[Libreoffice-commits] .: desktop/unx
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Sep 25 14:21:40 PDT 2011
desktop/unx/source/splashx.c | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit cbeebc223b4e759dddb0c5ec03061b67ab88c859
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Sep 25 16:21:19 2011 -0500
make the case not ENABLE_QUICKSTART_LIBPNG work again
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c
index aa8109a..9f58f0c 100755
--- a/desktop/unx/source/splashx.c
+++ b/desktop/unx/source/splashx.c
@@ -781,6 +781,12 @@ struct splash* splash_create(rtl_uString* pAppPath, int argc, char** argv)
#else /* not ENABLE_QUICKSTART_LIBPNG */
+#include <rtl/ustrbuf.h>
+
+struct splash
+{
+};
+
/* Stubs that will never be called in this case */
void splash_draw_progress( struct splash* splash, int progress )
{
More information about the Libreoffice-commits
mailing list