[Libreoffice-commits] .: 2 commits - distro-configs/LibreOfficeiOS.conf solenv/bin
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jan 18 13:19:21 PST 2012
distro-configs/LibreOfficeiOS.conf | 1 +
solenv/bin/makemani.pl | 7 -------
2 files changed, 1 insertion(+), 7 deletions(-)
New commits:
commit 2605a9b5c00cc320f9a169dae96738834fea963e
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Jan 18 18:45:45 2012 +0200
Surely we want --disable-vba for iOS
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf
index d02cbb7..7a957bf 100644
--- a/distro-configs/LibreOfficeiOS.conf
+++ b/distro-configs/LibreOfficeiOS.conf
@@ -19,6 +19,7 @@
--disable-randr
--disable-randr-link
--disable-systray
+--disable-vba
--disable-xmlsec
--without-afms
--without-fonts
commit aaccb3dc49e83bf6a4d7d8cba5404a78f802ff8e
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Jan 18 11:51:13 2012 +0200
Don't print fairly pointless and verbose warning message
diff --git a/solenv/bin/makemani.pl b/solenv/bin/makemani.pl
index 7575d07..d3d9e2e 100644
--- a/solenv/bin/makemani.pl
+++ b/solenv/bin/makemani.pl
@@ -69,13 +69,6 @@ my $start_dir = $ARGV[1];
my $dynamic_dir = $ARGV[2];
my $out_dir = $ARGV[3];
-print "################################################\n";
-print "# #\n";
-print "# just a prototype - for testing purpose only! #\n";
-print "# #\n";
-print "################################################\n\n";
-
-
# Traverse desired filesystems
my $work_dir = cwd();
chdir $start_dir or die "$0: ERROR - cannot change directory to \"$start_dir\"\n";
More information about the Libreoffice-commits
mailing list