Files
loongoffice/dbaccess
Noel Grandin 7a06928bcf convert code to use OUString::endsWith
Convert places that call
   aStr[aStr.getLength()-1] == 'x'
to use the shorter form
   aStr.endsWith("x")

Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-23 08:29:15 +02:00
..
2013-09-08 20:44:27 +01:00
2013-06-24 11:25:34 +01:00
2013-05-13 09:48:12 +02:00
2013-05-13 09:48:12 +02:00
2013-09-10 19:52:00 +01:00

Database access tools, for "base" database application