~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/patches/src680/speed-ooqstart-options.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-04-27 19:29:22 UTC
  • Revision ID: james.westby@ubuntu.com-20060427192922-2dburxv3b63f8v0u
Tags: 2.0.2-2ubuntu5
* Copy of the openoffice.org source.
  - debian/control.in: Change source name.
  - debian/changelog: Change source name.
  - debian/control: Regenerate control file.
* Add kurdish translations exported from Rosetta (2006-04-18).
* Workaround bad message strings in recently included GSI files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- desktop/unx/source/start.c  2006-04-10 17:33:14.000000000 +0000
 
2
+++ desktop/unx/source/start.c  2006-04-12 13:29:35.000000000 +0000
 
3
@@ -415,10 +415,13 @@ setup_args (int argc, char **argv, const
 
4
 
 
5
                else if (arg_check (argv[i], "nologo") ||
 
6
                                 arg_check (argv[i], "headless") ||
 
7
-                                arg_check (argv[i], "invisible"))
 
8
+                                arg_check (argv[i], "invisible") ||
 
9
+                                arg_check (argv[i], "help") || arg_check (argv[i], "h") || arg_check (argv[i], "?") ||
 
10
+                                arg_check (argv[i], "minimized"))
 
11
                        *inhibit_splash = TRUE;
 
12
 
 
13
-               else if (arg_check (argv[i], "-pt"))
 
14
+               else if (arg_check (argv[i], "pt") ||
 
15
+                                arg_check (argv[i], "display"))
 
16
                        next_arg_not_filename = TRUE;
 
17
        }
 
18