svn commit: r1808517 [2/2] - in /openoffice/trunk/main: connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgres

2017-09-16 Thread damjan
Modified: openoffice/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/descriptors/SdbcxTableDescriptor.java URL:

svn commit: r1018245 - /websites/production/openoffice/content/

2017-09-16 Thread mseidel
Author: mseidel Date: Sat Sep 16 10:36:14 2017 New Revision: 1018245 Log: Publishing svnmucc operation to openoffice site by mseidel Added: websites/production/openoffice/content/ - copied from r1018244, websites/staging/openoffice/trunk/content/

svn commit: r1018243 - in /websites/staging/openoffice/trunk/content: ./ downloads.html

2017-09-16 Thread buildbot
Author: buildbot Date: Sat Sep 16 10:33:04 2017 New Revision: 1018243 Log: Staging update by buildbot for openoffice Modified: websites/staging/openoffice/trunk/content/ (props changed) websites/staging/openoffice/trunk/content/downloads.html Propchange:

svn commit: r1808526 - in /openoffice/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql: ./ sdbcx/ sdbcx/descriptors/

2017-09-16 Thread damjan
Author: damjan Date: Sat Sep 16 09:15:21 2017 New Revision: 1808526 URL: http://svn.apache.org/viewvc?rev=1808526=rev Log: Now that locking has been simplified, we can also delete the special factory create() methods on objects, and use constructors instead to simplify creation further. Patch

svn commit: r1808599 - in /openoffice/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql: PostgresqlCatalog.java PostgresqlTables.java sdbcx/SqlTableHelper.java util/D

2017-09-16 Thread damjan
Author: damjan Date: Sun Sep 17 01:03:04 2017 New Revision: 1808599 URL: http://svn.apache.org/viewvc?rev=1808599=rev Log: There is no need to use Any.VOID when Java's null gets translated to it automatically. Patch by: me Modified: