summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java
Commit message (Collapse)AuthorAgeFilesLines
* java:remove more unnecessary catch/re-throwNoel Grandin2015-06-111-10/+3
| | | | | | | Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95 Reviewed-on: https://gerrit.libreoffice.org/16203 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-091-13/+7
| | | | | | | | | Modify createTestEnvironment so that it throws Exception. This is appropriate for unit testing. The wrapping adds no value and the calling method already has a catch(Exception) to handle anything. Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+3
| | | | Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
* java: remove some unused import statementsNoel Grandin2014-08-041-1/+0
| | | | Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-041-1/+1
| | | | | | | where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
* typo fixes in commentsAndras Timar2013-09-261-1/+1
| | | | Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
* Java cleanup - remove unused importsNoel Grandin2012-08-281-2/+0
| | | | Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
* Java5 update - convert more code to use generics:wqNoel Grandin2012-06-291-2/+2
| | | | Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
* Java5 update - usage generics where possibleNoel Grandin2012-06-291-3/+3
| | | | Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.6.58); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/31 16:51:19 rt 1.6.58.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS qadev24 (1.4.98); FILE MERGEDKurt Zenker2005-11-021-3/+3
| | | | | 2005/09/19 17:19:04 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:57 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'
* INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGEDRüdiger Timm2005-09-091-47/+21
| | | | 2005/09/05 15:47:53 rt 1.4.102.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS qadev15 (1.3.18); FILE MERGEDOliver Bolte2004-01-051-11/+3
| | | | 2003/12/18 17:20:22 sw 1.3.18.1: #114449#
* INTEGRATION: CWS qadev11 (1.2.14); FILE MERGEDRüdiger Timm2003-09-081-52/+68
| | | | 2003/09/03 15:29:53 sw 1.2.14.1: #112049#
* INTEGRATION: CWS qadev6 (1.1.8); FILE MERGEDVladimir Glazounov2003-05-271-3/+4
| | | | 2003/05/21 10:59:07 sg 1.1.8.1: #109819# prepare devide of runner
* NEW: initial versionStephan Wunderlich2003-01-271-0/+185