summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/CallWatchThread.java
AgeCommit message (Collapse)AuthorFilesLines
2014-09-08set names on some Java threadsMichael Stahl1-1/+1
Change-Id: I611821d5f84b440ba542a8d62a374df7b505de15
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-3/+3
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2013-04-16General cleanup of OfficeBeansChris Sherlock1-5/+4
Cleaned up Java source files: + removed unnecessary commented out code + corrected many spelling errors + formatting changes (remove decorations from comments, whitespacing, etc.) Change-Id: I4133908ceac874b273fe409d763b3ddbfc2055e5 Reviewed-on: https://gerrit.libreoffice.org/3413 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.5.50); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:08:19 rt 1.5.50.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 14:47:13 rt 1.4.14.1: #i54170# Change license header: remove SISSL
2005-04-18INTEGRATION: CWS olefix (1.2.4); FILE MERGEDOliver Bolte1-5/+6
2005/04/08 12:54:10 jl 1.2.4.1: #46778# Reloading of Java applet did not work, applet did not appear
2005-04-18INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGEDOliver Bolte1-9/+4
2005/04/05 14:44:31 jl 1.2.2.1: #i46616# CallWatchThread does not create its own ThreadGroup anymore, because that caused an exception in jre1.4.2._06
2005-03-23INTEGRATION: CWS jl18 (1.1.2); FILE ADDEDVladimir Glazounov1-0/+166
2005/03/18 09:56:43 jl 1.1.2.1: #45371# This CallWatchThread replaces the implementations in LocalOfficeWindow and OOoBean