[Libreoffice-commits] .: Branch 'feature/gsoc2011_wizards' - wizards/com

Xisco Fauli xfauli at kemper.freedesktop.org
Mon Aug 8 10:40:39 PDT 2011


 wizards/com/sun/star/wizards/RemoteWebWizard |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit c6e44f89e0e9b05b7e9a2c61eb1861c9be189624
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Mon Aug 8 19:40:24 2011 +0200

    Forgot the launcher

diff --git a/wizards/com/sun/star/wizards/RemoteWebWizard b/wizards/com/sun/star/wizards/RemoteWebWizard
new file mode 100755
index 0000000..1f6d747
--- /dev/null
+++ b/wizards/com/sun/star/wizards/RemoteWebWizard
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+from web.WWD_Events import WWD_Events
+import sys
+
+if __name__ == "__main__":
+
+    WWD_Events.main(sys.argv)


More information about the Libreoffice-commits mailing list