Files
loongoffice/sd/source/filter
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-05 17:22:41 +04:00
2013-09-05 17:22:41 +04:00
2013-09-11 20:57:08 +01:00
2013-10-02 16:49:42 +02:00
2013-09-08 03:06:32 +00:00
2013-09-14 20:03:04 +04:00