summaryrefslogtreecommitdiff
path: root/smoketest/com/sun/star/comp
AgeCommit message (Collapse)AuthorFilesLines
2019-08-12Fix typosAndrea Gelmini1-2/+2
"its" Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6 Reviewed-on: https://gerrit.libreoffice.org/77255 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-03-02Fix typosAndrea Gelmini1-1/+1
Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3 Reviewed-on: https://gerrit.libreoffice.org/34784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
Make the order be 'public static' or 'private static' Just makes the code nicer to read. Change-Id: I182424bda45a2d68642e5d04c6091d268ace1fe2 Reviewed-on: https://gerrit.libreoffice.org/16202 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-5/+0
in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
2014-08-12java: fix broken javadoc tagsNoel Grandin1-3/+1
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
2014-08-11java: remove unused parametersNoel Grandin1-1/+0
Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa
2014-08-11java: remove unused parametersNoel Grandin1-1/+1
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
2014-08-08java: remove unused importsNoel Grandin1-1/+0
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
2014-08-08java: remove unused fieldsNoel Grandin1-18/+0
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
2014-04-17remove executable bitAndras Timar1-0/+0
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2013-04-22Adapt smoketest to new TestExtension.oxt description.xmlStephan Bergmann1-1/+1
Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e
2013-04-21gbuild: use ExtensionDavid Tardon2-0/+26
Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-4/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-22.xml files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-03-23.java files don't need executable bitsMichael Stahl1-0/+0
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan4-130/+0
Add smoketest to tail_build and make it a subsequentcheck target.
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist1-2/+0
2011-12-02split smoketest module to fix buildPetr Mladek6-0/+304
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make