/unixODBC/

ed>2015-06-09T13:24:08+00:00 3bd57cc2c0cabf33799edc57d3dd1c90c7857ecd Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95 Reviewed-on: https://gerrit.libreoffice.org/16203 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95
Reviewed-on: https://gerrit.libreoffice.org/16203
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
there is no need to synchronize createTestEnvironment 2015-06-09T11:10:42+00:00 Noel Grandin noel@peralex.com 2015-06-09T08:13:12+00:00 cc190ef25fb31325b1d3e0dd050e32feef567543 the only caller of these methods is already synchronized Change-Id: Icea587d71acba1eca2a97ae0138a69fa98063f50
the only caller of these methods is already synchronized

Change-Id: Icea587d71acba1eca2a97ae0138a69fa98063f50
some spelling fixes, mostly in Java code 2015-06-08T12:06:54+00:00 Noel Grandin noel@peralex.com 2015-06-08T12:06:08+00:00 b9dd51782ceba70bda091191349d31767b7bf744 Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
java: add @Override annotation to overriding methods 2014-08-12T07:41:28+00:00 Noel Grandin noel@peralex.com 2014-08-06T06:55:09+00:00 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
java: remove some unused import statements 2014-08-04T11:38:31+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:19:23+00:00 dfd4b94a52698858ad8cd595f98d77bc21a11206 Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
java: remove some casting in lib.TestParameters#getMSF 2014-08-04T11:38:30+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:16:37+00:00 f493555623fb36bb51e78a4630483271ed36afe7 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
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
Java5 update - usage generics where possible 2012-06-29T20:03:01+00:00 Noel Grandin noel@peralex.com 2012-06-27T13:40:17+00:00 b65017a2a7af290f6681da7b197a52efe83d5185 Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
re-base on ALv2 code. 2012-06-21T12:11:06+00:00 Michael Meeks michael.meeks@suse.com 2012-06-21T10:53:00+00:00 b6db3e3acc6ba349d845ec58e3242d025352ef2f Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
-3+backports'>distro/lhm/libreoffice-7-3+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/salhelper
AgeCommit message (Expand)Author
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-13salhelper: work around spurious warning C4189Michael Stahl
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann