summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
AgeCommit message (Collapse)Author
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
found by PMD Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6 Reviewed-on: https://gerrit.libreoffice.org/13409 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
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
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2012-06-29Java5 update - usage generics where possibleNoel Grandin
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.9.58); FILE MERGEDRüdiger Timm
2008/03/31 16:50:30 rt 1.9.58.1: #i87441# Change license header to LPGL v3.
2005-11-02INTEGRATION: CWS qadev24 (1.7.2); FILE MERGEDKurt Zenker
2005/09/22 12:04:42 cn 1.7.2.4: #i54796# insert some content into document, logging enhancement 2005/09/22 09:48:46 cn 1.7.2.3: #i54796# insert some content into document 2005/09/19 15:05:52 cn 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:58:57 cn 1.7.2.1: #i54533# define class variables for documents as 'static'
2005-09-09INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGEDRüdiger Timm
2005/09/05 15:46:28 rt 1.7.6.1: #i54170# Change license header: remove SISSL
2005-06-14INTEGRATION: CWS qadev23 (1.6.14); FILE MERGEDOliver Bolte
2005/04/21 12:40:45 cn 1.6.14.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'
2005-01-25INTEGRATION: CWS gcj1 (1.5.86); FILE MERGEDOliver Bolte
2004/12/01 15:55:58 cmc 1.5.86.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize multi-copied bad single quote symbol, handle some uncompilable directories
2004-01-05INTEGRATION: CWS qadev15 (1.4.18); FILE MERGEDOliver Bolte
2003/12/16 09:14:33 sw 1.4.18.1: #114449#
2003-09-08INTEGRATION: CWS qadev11 (1.3.14); FILE MERGEDRüdiger Timm
2003/09/03 15:22:39 sw 1.3.14.1: #112049#
2003-05-27INTEGRATION: CWS qadev6 (1.2.8); FILE MERGEDVladimir Glazounov
2003/05/21 10:57:11 sg 1.2.8.1: #109819# prepare devide of runner
2003-02-05CHG: using AnyConverter instead of simple castStephan Wunderlich
2003-01-27NEW: initial versionStephan Wunderlich