Files
loongoffice/dbaccess
Stephan Bergmann 8b4719c29f Rename OUStringLiteral1 to OUStringChar
It started out as a wrapper around character literals, but has by now become a
wrapper around arbitrary single characters.  Besides updating the documentation,
this change is a mechanical

  for i in $(git grep -Fl OUStringLiteral1); do sed -i -e s/OUStringLiteral1/OUStringChar/g "$i"; done

Change-Id: I1b9eaa4b3fbc9025ce4a4bffea3db1c16188b76f
Reviewed-on: https://gerrit.libreoffice.org/80892
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-17 07:28:49 +02:00
..
2019-10-04 21:15:03 +02:00
2019-09-26 16:46:22 +02:00
2019-10-04 21:15:03 +02:00
2019-10-13 16:16:52 +02:00
2019-09-12 17:48:56 +02:00

Database access tools, for "base" database application

Builds on top of drivers in [[connectivity]].