Age | Commit message (Collapse) | Author |
|
Used pyflakes to find unused imports from bin/ folder. Then, removed
those unused imports.
Change-Id: I439dbc443d6da6d82700ff9caf2f4f2677f46b5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158819
Reviewed-by: Hossein <hossein@libreoffice.org>
Tested-by: Hossein <hossein@libreoffice.org>
|
|
It passed "make check" on Linux
Change-Id: I3fb2bb8cfe22fd905a3badd2a90a9aef497bfcf7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103448
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
- use argparse instead of getopt
- use with statement for opening files
- refactor writeReport function to reduce copypaste
- various fixes to make code more pythonic
Change-Id: I6569dfc856040e1e75b550135f4092cc27bef7f5
Reviewed-on: https://gerrit.libreoffice.org/43644
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
|
|
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance
service.
Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
|
|
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
|
|
It was just somethinbg I did while I was working on the
LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from
several conversions.
Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183
|
|
It is a (file:) URL anyway, and LO seems to take care of creating the
directory as neded.
Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
|
|
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
|
|
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
|
|
I have to check it myself every time, I never remember which parameters are
URLs and which plain pathnames.
Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80
|
|
Not really for general use yet. Just a hack on top of test-bugzilla-files.py.
Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1
|